Struct windows_native::ntlpcapi::PORT_VIEW
source ยท #[repr(C)]pub struct PORT_VIEW {
pub Length: u32,
pub SectionHandle: HANDLE,
pub SectionOffset: u32,
pub ViewSize: usize,
pub ViewBase: *mut c_void,
pub ViewRemoteBase: *mut c_void,
}Fieldsยง
ยงLength: u32ยงSectionHandle: HANDLEยงSectionOffset: u32ยงViewSize: usizeยงViewBase: *mut c_voidยงViewRemoteBase: *mut c_voidTrait 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ยง
sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more