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