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