#[repr(C)]pub struct CLAIM_SECURITY_ATTRIBUTE_V1 {
    pub Name: PWSTR,
    pub ValueType: WORD,
    pub Reserved: WORD,
    pub Flags: DWORD,
    pub ValueCount: DWORD,
    pub Values: CLAIM_SECURITY_ATTRIBUTE_V1_Values,
}Fields§
§Name: PWSTR§ValueType: WORD§Reserved: WORD§Flags: DWORD§ValueCount: DWORD§Values: CLAIM_SECURITY_ATTRIBUTE_V1_ValuesTrait Implementations§
Source§impl Clone for CLAIM_SECURITY_ATTRIBUTE_V1
 
impl Clone for CLAIM_SECURITY_ATTRIBUTE_V1
Source§fn clone(&self) -> CLAIM_SECURITY_ATTRIBUTE_V1
 
fn clone(&self) -> CLAIM_SECURITY_ATTRIBUTE_V1
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreimpl Copy for CLAIM_SECURITY_ATTRIBUTE_V1
Auto Trait Implementations§
impl Freeze for CLAIM_SECURITY_ATTRIBUTE_V1
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§
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