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 | |
Capabilities | |
CapabilityCount | |
Reserved |
Trait Implementations
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