Struct winapi::LUID_AND_ATTRIBUTES [] [src]

pub struct LUID_AND_ATTRIBUTES {
    pub Luid: LUID,
    pub Attributes: DWORD,
}

Fields

Luid
Attributes

Trait Implementations

Derived Implementations

impl Debug for LUID_AND_ATTRIBUTES

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for LUID_AND_ATTRIBUTES

impl Clone for LUID_AND_ATTRIBUTES

fn clone(&self) -> LUID_AND_ATTRIBUTES

fn clone_from(&mut self, source: &Self)