#[repr(C)]pub struct SYSTEM_MANDATORY_LABEL_ACE {
    pub Header: ACE_HEADER,
    pub Mask: ACCESS_MASK,
    pub SidStart: DWORD,
}Fields§
§Header: ACE_HEADER§Mask: ACCESS_MASK§SidStart: DWORDTrait Implementations§
Source§impl Clone for SYSTEM_MANDATORY_LABEL_ACE
 
impl Clone for SYSTEM_MANDATORY_LABEL_ACE
Source§fn clone(&self) -> SYSTEM_MANDATORY_LABEL_ACE
 
fn clone(&self) -> SYSTEM_MANDATORY_LABEL_ACE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreimpl Copy for SYSTEM_MANDATORY_LABEL_ACE
Auto Trait Implementations§
impl Freeze for SYSTEM_MANDATORY_LABEL_ACE
impl RefUnwindSafe for SYSTEM_MANDATORY_LABEL_ACE
impl Send for SYSTEM_MANDATORY_LABEL_ACE
impl Sync for SYSTEM_MANDATORY_LABEL_ACE
impl Unpin for SYSTEM_MANDATORY_LABEL_ACE
impl UnwindSafe for SYSTEM_MANDATORY_LABEL_ACE
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more