#[repr(C)]pub struct CLAIM_SECURITY_ATTRIBUTES_INFORMATION {
pub Version: u16,
pub Reserved: u16,
pub AttributeCount: u32,
pub Attribute: CLAIM_SECURITY_ATTRIBUTES_INFORMATION_0,
}Expand description
Required features: "Win32_Security"
Fields
Version: u16Reserved: u16AttributeCount: u32Attribute: CLAIM_SECURITY_ATTRIBUTES_INFORMATION_0Trait Implementations
impl Copy for CLAIM_SECURITY_ATTRIBUTES_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for CLAIM_SECURITY_ATTRIBUTES_INFORMATION
impl !Send for CLAIM_SECURITY_ATTRIBUTES_INFORMATION
impl !Sync for CLAIM_SECURITY_ATTRIBUTES_INFORMATION
impl Unpin for CLAIM_SECURITY_ATTRIBUTES_INFORMATION
impl UnwindSafe for CLAIM_SECURITY_ATTRIBUTES_INFORMATION
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