#[repr(C)]
pub union CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1_0 {
pub pInt64: [u32; 1],
pub pUint64: [u32; 1],
pub ppString: [u32; 1],
pub pFqbn: [u32; 1],
pub pOctetString: [u32; 1],
}
Expand description
Required features: "Win32_Security"
Fields
pInt64: [u32; 1]
pUint64: [u32; 1]
ppString: [u32; 1]
pFqbn: [u32; 1]
pOctetString: [u32; 1]
Trait Implementations
impl Copy for CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1_0
Auto Trait Implementations
impl RefUnwindSafe for CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1_0
impl Send for CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1_0
impl Sync for CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1_0
impl Unpin for CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1_0
impl UnwindSafe for CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1_0
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