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