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