Struct winapi::lmaccess::NETLOGON_INFO_1 [] [src]

pub struct NETLOGON_INFO_1 {
    pub netlog1_flags: DWORD,
    pub netlog1_pdc_connection_status: NET_API_STATUS,
}

Fields

netlog1_flags
netlog1_pdc_connection_status

Trait Implementations

impl Copy for NETLOGON_INFO_1
[src]

impl Clone for NETLOGON_INFO_1
[src]

fn clone(&self) -> NETLOGON_INFO_1

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_1
[src]

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

Formats the value using the given formatter.