#[repr(C)]pub struct CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1 {
pub Name: u32,
pub ValueType: CLAIM_SECURITY_ATTRIBUTE_VALUE_TYPE,
pub Reserved: u16,
pub Flags: CLAIM_SECURITY_ATTRIBUTE_FLAGS,
pub ValueCount: u32,
pub Values: CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1_0,
}
Fields§
§Name: u32
§ValueType: CLAIM_SECURITY_ATTRIBUTE_VALUE_TYPE
§Reserved: u16
§Flags: CLAIM_SECURITY_ATTRIBUTE_FLAGS
§ValueCount: u32
§Values: CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1_0
Trait Implementations§
impl Copy for CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1
Auto Trait Implementations§
impl RefUnwindSafe for CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1
impl Send for CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1
impl Sync for CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1
impl Unpin for CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1
impl UnwindSafe for CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1
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