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