Struct winapi::LUID [] [src]

pub struct LUID {
    pub LowPart: DWORD,
    pub HighPart: LONG,
}

Fields

LowPart
HighPart

Trait Implementations

Derived Implementations

impl Debug for LUID

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

impl Copy for LUID

impl Clone for LUID

fn clone(&self) -> LUID

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