Struct winapi::um::winnt::TOKEN_ORIGIN [−][src]
#[repr(C)]pub struct TOKEN_ORIGIN {
pub OriginatingLogonSession: LUID,
}
Fields
OriginatingLogonSession: LUID
Trait Implementations
Returns the “default value” for a type. Read more