Struct ntapi::ntlpcapi::ALPC_HANDLE_ATTR32  
source · [−]#[repr(C)]pub struct ALPC_HANDLE_ATTR32 {
    pub Flags: ULONG,
    pub Reserved0: ULONG,
    pub SameAccess: ULONG,
    pub SameAttributes: ULONG,
    pub Indirect: ULONG,
    pub Inherit: ULONG,
    pub Reserved1: ULONG,
    pub Handle: ULONG,
    pub ObjectType: ULONG,
    pub DesiredAccess: ULONG,
    pub GrantedAccess: ULONG,
}Fields
Flags: ULONGReserved0: ULONGSameAccess: ULONGSameAttributes: ULONGIndirect: ULONGInherit: ULONGReserved1: ULONGHandle: ULONGObjectType: ULONGDesiredAccess: ULONGGrantedAccess: ULONGTrait Implementations
sourceimpl Clone for ALPC_HANDLE_ATTR32
 
impl Clone for ALPC_HANDLE_ATTR32
sourcefn clone(&self) -> ALPC_HANDLE_ATTR32
 
fn clone(&self) -> ALPC_HANDLE_ATTR32
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_HANDLE_ATTR32
Auto Trait Implementations
impl RefUnwindSafe for ALPC_HANDLE_ATTR32
impl Send for ALPC_HANDLE_ATTR32
impl Sync for ALPC_HANDLE_ATTR32
impl Unpin for ALPC_HANDLE_ATTR32
impl UnwindSafe for ALPC_HANDLE_ATTR32
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