#[repr(C)]pub struct NETLOGON_INFO_3 {
pub netlog3_flags: u32,
pub netlog3_logon_attempts: u32,
pub netlog3_reserved1: u32,
pub netlog3_reserved2: u32,
pub netlog3_reserved3: u32,
pub netlog3_reserved4: u32,
pub netlog3_reserved5: u32,
}Expand description
Required features: ‘Win32_NetworkManagement_NetManagement’
Fields
netlog3_flags: u32netlog3_logon_attempts: u32netlog3_reserved1: u32netlog3_reserved2: u32netlog3_reserved3: u32netlog3_reserved4: u32netlog3_reserved5: u32Trait Implementations
impl Clone for NETLOGON_INFO_3
impl Clone for NETLOGON_INFO_3
impl Copy for NETLOGON_INFO_3
Auto Trait Implementations
impl RefUnwindSafe for NETLOGON_INFO_3
impl Send for NETLOGON_INFO_3
impl Sync for NETLOGON_INFO_3
impl Unpin for NETLOGON_INFO_3
impl UnwindSafe for NETLOGON_INFO_3
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more