[][src]Union CCODE::_CLAIM_SECURITY_ATTRIBUTE_V1__bindgen_ty_1

#[repr(C)]pub union _CLAIM_SECURITY_ATTRIBUTE_V1__bindgen_ty_1 {
    pub pInt64: PLONG64,
    pub pUint64: PDWORD64,
    pub ppString: *mut PWSTR,
    pub pFqbn: PCLAIM_SECURITY_ATTRIBUTE_FQBN_VALUE,
    pub pOctetString: PCLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE,
    // some fields omitted
}

Fields

pInt64: PLONG64pUint64: PDWORD64ppString: *mut PWSTRpFqbn: PCLAIM_SECURITY_ATTRIBUTE_FQBN_VALUEpOctetString: PCLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE

Trait Implementations

impl Clone for _CLAIM_SECURITY_ATTRIBUTE_V1__bindgen_ty_1[src]

impl Copy for _CLAIM_SECURITY_ATTRIBUTE_V1__bindgen_ty_1[src]

Auto Trait Implementations

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.