Struct ntapi::ntlpcapi::ALPC_SECURITY_ATTR  
source · [−]#[repr(C)]pub struct ALPC_SECURITY_ATTR {
    pub Flags: ULONG,
    pub QoS: PSECURITY_QUALITY_OF_SERVICE,
    pub ContextHandle: ALPC_HANDLE,
}Fields
Flags: ULONGQoS: PSECURITY_QUALITY_OF_SERVICEContextHandle: ALPC_HANDLETrait Implementations
sourceimpl Clone for ALPC_SECURITY_ATTR
 
impl Clone for ALPC_SECURITY_ATTR
sourcefn clone(&self) -> ALPC_SECURITY_ATTR
 
fn clone(&self) -> ALPC_SECURITY_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_SECURITY_ATTR
Auto Trait Implementations
impl RefUnwindSafe for ALPC_SECURITY_ATTR
impl !Send for ALPC_SECURITY_ATTR
impl !Sync for ALPC_SECURITY_ATTR
impl Unpin for ALPC_SECURITY_ATTR
impl UnwindSafe for ALPC_SECURITY_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