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