Struct winapi::um::winnt::SE_TOKEN_USER   
source · #[repr(C)]pub struct SE_TOKEN_USER {
    pub u1: SE_TOKEN_USER_u1,
    pub u2: SE_TOKEN_USER_u2,
}Fields§
§u1: SE_TOKEN_USER_u1§u2: SE_TOKEN_USER_u2Trait Implementations§
source§impl Clone for SE_TOKEN_USER
 
impl Clone for SE_TOKEN_USER
source§fn clone(&self) -> SE_TOKEN_USER
 
fn clone(&self) -> SE_TOKEN_USER
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 SE_TOKEN_USER
 
impl Default for SE_TOKEN_USER
source§fn default() -> SE_TOKEN_USER
 
fn default() -> SE_TOKEN_USER
Returns the “default value” for a type. Read more