Struct winapi::lmaccess::NETLOGON_INFO_2 [] [src]

pub struct NETLOGON_INFO_2 {
    pub netlog2_flags: DWORD,
    pub netlog2_pdc_connection_status: NET_API_STATUS,
    pub netlog2_trusted_dc_name: LPWSTR,
    pub netlog2_tc_connection_status: NET_API_STATUS,
}

Fields

netlog2_flags: DWORD netlog2_pdc_connection_status: NET_API_STATUS netlog2_trusted_dc_name: LPWSTR netlog2_tc_connection_status: NET_API_STATUS

Trait Implementations

impl Debug for NETLOGON_INFO_2
[src]

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

Formats the value using the given formatter.

impl Copy for NETLOGON_INFO_2
[src]

impl Clone for NETLOGON_INFO_2
[src]

fn clone(&self) -> NETLOGON_INFO_2

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