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