Struct winapi::winnt::LUID_AND_ATTRIBUTES
[−]
[src]
pub struct LUID_AND_ATTRIBUTES { pub Luid: LUID, pub Attributes: DWORD, }
Fields
Luid | |
Attributes |
Trait Implementations
impl Copy for LUID_AND_ATTRIBUTES
[src]
impl Clone for LUID_AND_ATTRIBUTES
[src]
fn clone(&self) -> LUID_AND_ATTRIBUTES
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more