#[repr(C)]pub struct CLAIM_SECURITY_ATTRIBUTE_V1 {
pub Name: PWSTR,
pub ValueType: CLAIM_SECURITY_ATTRIBUTE_VALUE_TYPE,
pub Reserved: u16,
pub Flags: u32,
pub ValueCount: u32,
pub Values: CLAIM_SECURITY_ATTRIBUTE_V1_0,
}
Expand description
Required features: "Win32_Security"
Fields
Name: PWSTR
ValueType: CLAIM_SECURITY_ATTRIBUTE_VALUE_TYPE
Reserved: u16
Flags: u32
ValueCount: u32
Values: CLAIM_SECURITY_ATTRIBUTE_V1_0
Trait Implementations
impl Clone for CLAIM_SECURITY_ATTRIBUTE_V1
impl Clone for CLAIM_SECURITY_ATTRIBUTE_V1
impl Copy for CLAIM_SECURITY_ATTRIBUTE_V1
Auto Trait Implementations
impl RefUnwindSafe for CLAIM_SECURITY_ATTRIBUTE_V1
impl !Send for CLAIM_SECURITY_ATTRIBUTE_V1
impl !Sync for CLAIM_SECURITY_ATTRIBUTE_V1
impl Unpin for CLAIM_SECURITY_ATTRIBUTE_V1
impl UnwindSafe for CLAIM_SECURITY_ATTRIBUTE_V1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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