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: DWORD netlog3_logon_attempts: DWORD netlog3_reserved1: DWORD netlog3_reserved2: DWORD netlog3_reserved3: DWORD netlog3_reserved4: DWORD netlog3_reserved5: DWORD

Trait Implementations

impl Debug for NETLOGON_INFO_3
[src]

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

Formats the value using the given formatter.

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