#[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: u32
netlog3_logon_attempts: u32
netlog3_reserved1: u32
netlog3_reserved2: u32
netlog3_reserved3: u32
netlog3_reserved4: u32
netlog3_reserved5: u32
Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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