Struct winapi::um::winnt::TOKEN_CONTROL
source · #[repr(C)]pub struct TOKEN_CONTROL {
pub TokenId: LUID,
pub AuthenticationId: LUID,
pub ModifiedId: LUID,
pub TokenSource: TOKEN_SOURCE,
}
Fields§
§TokenId: LUID
§AuthenticationId: LUID
§ModifiedId: LUID
§TokenSource: TOKEN_SOURCE
Trait Implementations§
source§impl Clone for TOKEN_CONTROL
impl Clone for TOKEN_CONTROL
source§fn clone(&self) -> TOKEN_CONTROL
fn clone(&self) -> TOKEN_CONTROL
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 TOKEN_CONTROL
impl Default for TOKEN_CONTROL
source§fn default() -> TOKEN_CONTROL
fn default() -> TOKEN_CONTROL
Returns the “default value” for a type. Read more