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