Struct winapi::um::winnt::CLAIM_SECURITY_ATTRIBUTES_INFORMATION[][src]

#[repr(C)]pub struct CLAIM_SECURITY_ATTRIBUTES_INFORMATION {
    pub Version: WORD,
    pub Reserved: WORD,
    pub AttributeCount: DWORD,
    pub Attribute: CLAIM_SECURITY_ATTRIBUTES_INFORMATION_Attribute,
}

Fields

Version: WORDReserved: WORDAttributeCount: DWORDAttribute: CLAIM_SECURITY_ATTRIBUTES_INFORMATION_Attribute

Trait Implementations

impl Clone for CLAIM_SECURITY_ATTRIBUTES_INFORMATION[src]

impl Copy for CLAIM_SECURITY_ATTRIBUTES_INFORMATION[src]

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

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.