Struct winapi::lmaccess::NETLOGON_INFO_3 [] [src]

pub struct NETLOGON_INFO_3 {
    pub netlog3_flags: DWORD,
    pub netlog3_logon_attempts: DWORD,
    pub netlog3_reserved1: DWORD,
    pub netlog3_reserved2: DWORD,
    pub netlog3_reserved3: DWORD,
    pub netlog3_reserved4: DWORD,
    pub netlog3_reserved5: DWORD,
}

Fields

netlog3_flags
netlog3_logon_attempts
netlog3_reserved1
netlog3_reserved2
netlog3_reserved3
netlog3_reserved4
netlog3_reserved5

Trait Implementations

impl Copy for NETLOGON_INFO_3
[src]

impl Clone for NETLOGON_INFO_3
[src]

fn clone(&self) -> NETLOGON_INFO_3

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

Derived Implementations

impl Debug for NETLOGON_INFO_3
[src]

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

Formats the value using the given formatter.