Struct ntapi::ntseapi::TOKEN_SECURITY_ATTRIBUTE_V1
source · [−]#[repr(C)]pub struct TOKEN_SECURITY_ATTRIBUTE_V1 {
pub Name: UNICODE_STRING,
pub ValueType: USHORT,
pub Reserved: USHORT,
pub Flags: ULONG,
pub ValueCount: ULONG,
pub Values: TOKEN_SECURITY_ATTRIBUTE_V1_Values,
}
Fields
Name: UNICODE_STRING
ValueType: USHORT
Reserved: USHORT
Flags: ULONG
ValueCount: ULONG
Values: TOKEN_SECURITY_ATTRIBUTE_V1_Values
Trait Implementations
sourceimpl Clone for TOKEN_SECURITY_ATTRIBUTE_V1
impl Clone for TOKEN_SECURITY_ATTRIBUTE_V1
sourcefn clone(&self) -> TOKEN_SECURITY_ATTRIBUTE_V1
fn clone(&self) -> TOKEN_SECURITY_ATTRIBUTE_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 TOKEN_SECURITY_ATTRIBUTE_V1
Auto Trait Implementations
impl RefUnwindSafe for TOKEN_SECURITY_ATTRIBUTE_V1
impl !Send for TOKEN_SECURITY_ATTRIBUTE_V1
impl !Sync for TOKEN_SECURITY_ATTRIBUTE_V1
impl Unpin for TOKEN_SECURITY_ATTRIBUTE_V1
impl UnwindSafe for TOKEN_SECURITY_ATTRIBUTE_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