#[repr(C)]pub struct PORT_VIEW {
pub Length: ULONG,
pub SectionHandle: HANDLE,
pub SectionOffset: ULONG,
pub ViewSize: SIZE_T,
pub ViewBase: PVOID,
pub ViewRemoteBase: PVOID,
}
Fields
Length: ULONG
SectionHandle: HANDLE
SectionOffset: ULONG
ViewSize: SIZE_T
ViewBase: PVOID
ViewRemoteBase: PVOID
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PORT_VIEW
impl !Send for PORT_VIEW
impl !Sync for PORT_VIEW
impl Unpin for PORT_VIEW
impl UnwindSafe for PORT_VIEW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more