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 | |
netlog2_pdc_connection_status | |
netlog2_trusted_dc_name | |
netlog2_tc_connection_status |
Trait Implementations
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