#[repr(C)]pub struct SECURITY_CAPABILITIES {
    pub AppContainerSid: PSID,
    pub Capabilities: PSID_AND_ATTRIBUTES,
    pub CapabilityCount: DWORD,
    pub Reserved: DWORD,
}Fields
AppContainerSid: PSIDCapabilities: PSID_AND_ATTRIBUTESCapabilityCount: DWORDReserved: DWORDTrait Implementations
sourceimpl Clone for SECURITY_CAPABILITIES
 
impl Clone for SECURITY_CAPABILITIES
sourcefn clone(&self) -> SECURITY_CAPABILITIES
 
fn clone(&self) -> SECURITY_CAPABILITIES
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 SECURITY_CAPABILITIES
Auto Trait Implementations
impl RefUnwindSafe for SECURITY_CAPABILITIES
impl !Send for SECURITY_CAPABILITIES
impl !Sync for SECURITY_CAPABILITIES
impl Unpin for SECURITY_CAPABILITIES
impl UnwindSafe for SECURITY_CAPABILITIES
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