Struct windows_native::ntlpcapi::PORT_VIEW64
source ยท #[repr(C)]pub struct PORT_VIEW64 {
pub Length: u32,
pub SectionHandle: u64,
pub SectionOffset: u32,
pub ViewSize: u64,
pub ViewBase: u64,
pub ViewRemoteBase: u64,
}Fieldsยง
ยงLength: u32ยงSectionHandle: u64ยงSectionOffset: u32ยงViewSize: u64ยงViewBase: u64ยงViewRemoteBase: u64Trait Implementationsยง
sourceยงimpl Debug for PORT_VIEW64
impl Debug for PORT_VIEW64
Auto Trait Implementationsยง
impl RefUnwindSafe for PORT_VIEW64
impl Send for PORT_VIEW64
impl Sync for PORT_VIEW64
impl Unpin for PORT_VIEW64
impl UnwindSafe for PORT_VIEW64
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