Struct windows_sys::Win32::Security::SECURITY_CAPABILITIES
#[repr(C)]pub struct SECURITY_CAPABILITIES {
pub AppContainerSid: PSID,
pub Capabilities: *mut SID_AND_ATTRIBUTES,
pub CapabilityCount: u32,
pub Reserved: u32,
}Expand description
Required features: "Win32_Foundation"
Fields§
§AppContainerSid: PSID§Capabilities: *mut SID_AND_ATTRIBUTES§CapabilityCount: u32§Reserved: u32Trait Implementations§
§impl Clone for SECURITY_CAPABILITIES
impl Clone for SECURITY_CAPABILITIES
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§
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