Struct winapi::um::winnt::SE_TOKEN_USER_u1
source · #[repr(C)]pub struct SE_TOKEN_USER_u1(_);
Implementations§
source§impl SE_TOKEN_USER_u1
impl SE_TOKEN_USER_u1
pub unsafe fn TokenUser(&self) -> &TOKEN_USER
pub unsafe fn TokenUser_mut(&mut self) -> &mut TOKEN_USER
pub unsafe fn User(&self) -> &SID_AND_ATTRIBUTES
pub unsafe fn User_mut(&mut self) -> &mut SID_AND_ATTRIBUTES
Trait Implementations§
source§impl Clone for SE_TOKEN_USER_u1
impl Clone for SE_TOKEN_USER_u1
source§fn clone(&self) -> SE_TOKEN_USER_u1
fn clone(&self) -> SE_TOKEN_USER_u1
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_u1
impl Default for SE_TOKEN_USER_u1
source§fn default() -> SE_TOKEN_USER_u1
fn default() -> SE_TOKEN_USER_u1
Returns the “default value” for a type. Read more