#[repr(C)]pub struct NETLOGON_INFO_2 {
pub netlog2_flags: u32,
pub netlog2_pdc_connection_status: u32,
pub netlog2_trusted_dc_name: PWSTR,
pub netlog2_tc_connection_status: u32,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
netlog2_flags: u32
netlog2_pdc_connection_status: u32
netlog2_trusted_dc_name: PWSTR
netlog2_tc_connection_status: u32
Trait Implementations
impl Clone for NETLOGON_INFO_2
impl Clone for NETLOGON_INFO_2
impl Copy for NETLOGON_INFO_2
Auto Trait Implementations
impl RefUnwindSafe for NETLOGON_INFO_2
impl !Send for NETLOGON_INFO_2
impl !Sync for NETLOGON_INFO_2
impl Unpin for NETLOGON_INFO_2
impl UnwindSafe for NETLOGON_INFO_2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more