Struct winapi::um::winnt::SECURITY_CAPABILITIES
source · #[repr(C)]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§
source§impl Clone for SECURITY_CAPABILITIES
impl Clone for SECURITY_CAPABILITIES
source§fn clone(&self) -> SECURITY_CAPABILITIES
fn clone(&self) -> SECURITY_CAPABILITIES
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 moresource§impl Default for SECURITY_CAPABILITIES
impl Default for SECURITY_CAPABILITIES
source§fn default() -> SECURITY_CAPABILITIES
fn default() -> SECURITY_CAPABILITIES
Returns the “default value” for a type. Read more