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