Struct win_sys::SystemServices::SE_TOKEN_USER [−][src]
#[repr(C)]pub struct SE_TOKEN_USER {
pub Anonymous1: SE_TOKEN_USER_0,
pub Anonymous2: SE_TOKEN_USER_1,
}Expand description
Required features: Win32_System_SystemServices, Win32_Foundation, Win32_Security
Fields
Anonymous1: SE_TOKEN_USER_0Anonymous2: SE_TOKEN_USER_1Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SE_TOKEN_USER
impl Send for SE_TOKEN_USER
impl Sync for SE_TOKEN_USER
impl Unpin for SE_TOKEN_USER
impl UnwindSafe for SE_TOKEN_USER
Blanket Implementations
Mutably borrows from an owned value. Read more