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