#[repr(C)]pub struct NETLOGON_INFO_3 {
pub netlog3_flags: DWORD,
pub netlog3_logon_attempts: DWORD,
pub netlog3_reserved1: DWORD,
pub netlog3_reserved2: DWORD,
pub netlog3_reserved3: DWORD,
pub netlog3_reserved4: DWORD,
pub netlog3_reserved5: DWORD,
}
Fields§
§netlog3_flags: DWORD
§netlog3_logon_attempts: DWORD
§netlog3_reserved1: DWORD
§netlog3_reserved2: DWORD
§netlog3_reserved3: DWORD
§netlog3_reserved4: DWORD
§netlog3_reserved5: DWORD
Trait Implementations§
Source§impl Clone for NETLOGON_INFO_3
impl Clone for NETLOGON_INFO_3
Source§fn clone(&self) -> NETLOGON_INFO_3
fn clone(&self) -> NETLOGON_INFO_3
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for NETLOGON_INFO_3
impl Default for NETLOGON_INFO_3
Source§fn default() -> NETLOGON_INFO_3
fn default() -> NETLOGON_INFO_3
Returns the “default value” for a type. Read more
impl Copy for NETLOGON_INFO_3
Auto Trait Implementations§
impl Freeze for NETLOGON_INFO_3
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more