Struct ntapi::ntlpcapi::REMOTE_PORT_VIEW64  
source · [−]#[repr(C)]pub struct REMOTE_PORT_VIEW64 {
    pub Length: ULONG,
    pub ViewSize: ULONGLONG,
    pub ViewBase: ULONGLONG,
}Fields
Length: ULONGViewSize: ULONGLONGViewBase: ULONGLONGTrait Implementations
sourceimpl Clone for REMOTE_PORT_VIEW64
 
impl Clone for REMOTE_PORT_VIEW64
sourcefn clone(&self) -> REMOTE_PORT_VIEW64
 
fn clone(&self) -> REMOTE_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 REMOTE_PORT_VIEW64
Auto Trait Implementations
impl RefUnwindSafe for REMOTE_PORT_VIEW64
impl Send for REMOTE_PORT_VIEW64
impl Sync for REMOTE_PORT_VIEW64
impl Unpin for REMOTE_PORT_VIEW64
impl UnwindSafe for REMOTE_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