Struct winapi::winnt::SECURITY_CAPABILITIES [] [src]

pub struct SECURITY_CAPABILITIES {
    pub AppContainerSid: PSID,
    pub Capabilities: PSID_AND_ATTRIBUTES,
    pub CapabilityCount: DWORD,
    pub Reserved: DWORD,
}

Fields

AppContainerSid: PSID Capabilities: PSID_AND_ATTRIBUTES CapabilityCount: DWORD Reserved: DWORD

Trait Implementations

impl Debug for SECURITY_CAPABILITIES
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for SECURITY_CAPABILITIES
[src]

impl Clone for SECURITY_CAPABILITIES
[src]

fn clone(&self) -> SECURITY_CAPABILITIES

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more