Struct ntapi::ntlpcapi::PORT_VIEW64  
source · [−]#[repr(C)]pub struct PORT_VIEW64 {
    pub Length: ULONG,
    pub SectionHandle: ULONGLONG,
    pub SectionOffset: ULONG,
    pub ViewSize: ULONGLONG,
    pub ViewBase: ULONGLONG,
    pub ViewRemoteBase: ULONGLONG,
}Fields
Length: ULONGSectionHandle: ULONGLONGSectionOffset: ULONGViewSize: ULONGLONGViewBase: ULONGLONGViewRemoteBase: ULONGLONGTrait Implementations
sourceimpl Clone for PORT_VIEW64
 
impl Clone for PORT_VIEW64
sourcefn clone(&self) -> PORT_VIEW64
 
fn clone(&self) -> PORT_VIEW64
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy 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
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