Struct winapi::LUID_AND_ATTRIBUTES [] [src]

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

Fields

Luid: LUID Attributes: DWORD

Trait Implementations

impl Debug for LUID_AND_ATTRIBUTES
[src]

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

Formats the value using the given formatter.

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