#[repr(C)]pub struct NETLOGON_INFO_1 {
pub netlog1_flags: u32,
pub netlog1_pdc_connection_status: u32,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
netlog1_flags: u32
netlog1_pdc_connection_status: u32
Trait Implementations
impl Clone for NETLOGON_INFO_1
impl Clone for NETLOGON_INFO_1
impl Copy for NETLOGON_INFO_1
Auto Trait Implementations
impl RefUnwindSafe for NETLOGON_INFO_1
impl Send for NETLOGON_INFO_1
impl Sync for NETLOGON_INFO_1
impl Unpin for NETLOGON_INFO_1
impl UnwindSafe for NETLOGON_INFO_1
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