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