Struct windows_sys::Win32::NetworkManagement::NetManagement::AE_NETLOGON
[−]#[repr(C)]pub struct AE_NETLOGON {
pub ae_no_compname: u32,
pub ae_no_username: u32,
pub ae_no_privilege: u32,
pub ae_no_authflags: u32,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
ae_no_compname: u32
ae_no_username: u32
ae_no_privilege: u32
ae_no_authflags: u32
Trait Implementations
impl Clone for AE_NETLOGON
impl Clone for AE_NETLOGON
impl Copy for AE_NETLOGON
Auto Trait Implementations
impl RefUnwindSafe for AE_NETLOGON
impl Send for AE_NETLOGON
impl Sync for AE_NETLOGON
impl Unpin for AE_NETLOGON
impl UnwindSafe for AE_NETLOGON
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