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