#[repr(C)]pub struct LSA_TOKEN_INFORMATION_V1 {
pub ExpirationTime: LARGE_INTEGER,
pub User: TOKEN_USER,
pub Groups: PTOKEN_GROUPS,
pub PrimaryGroup: TOKEN_PRIMARY_GROUP,
pub Privileges: PTOKEN_PRIVILEGES,
pub Owner: TOKEN_OWNER,
pub DefaultDacl: TOKEN_DEFAULT_DACL,
}
Fields§
§ExpirationTime: LARGE_INTEGER
§User: TOKEN_USER
§Groups: PTOKEN_GROUPS
§PrimaryGroup: TOKEN_PRIMARY_GROUP
§Privileges: PTOKEN_PRIVILEGES
§Owner: TOKEN_OWNER
§DefaultDacl: TOKEN_DEFAULT_DACL
Trait Implementations§
Source§impl Clone for LSA_TOKEN_INFORMATION_V1
impl Clone for LSA_TOKEN_INFORMATION_V1
Source§fn clone(&self) -> LSA_TOKEN_INFORMATION_V1
fn clone(&self) -> LSA_TOKEN_INFORMATION_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 moreSource§impl Default for LSA_TOKEN_INFORMATION_V1
impl Default for LSA_TOKEN_INFORMATION_V1
Source§fn default() -> LSA_TOKEN_INFORMATION_V1
fn default() -> LSA_TOKEN_INFORMATION_V1
Returns the “default value” for a type. Read more
impl Copy for LSA_TOKEN_INFORMATION_V1
Auto Trait Implementations§
impl Freeze for LSA_TOKEN_INFORMATION_V1
impl RefUnwindSafe for LSA_TOKEN_INFORMATION_V1
impl !Send for LSA_TOKEN_INFORMATION_V1
impl !Sync for LSA_TOKEN_INFORMATION_V1
impl Unpin for LSA_TOKEN_INFORMATION_V1
impl UnwindSafe for LSA_TOKEN_INFORMATION_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