Struct windows::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,
}
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
§fn clone(&self) -> AE_NETLOGON
fn clone(&self) -> AE_NETLOGON
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 more§impl Debug for AE_NETLOGON
impl Debug for AE_NETLOGON
§impl PartialEq for AE_NETLOGON
impl PartialEq for AE_NETLOGON
§fn eq(&self, other: &AE_NETLOGON) -> bool
fn eq(&self, other: &AE_NETLOGON) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AE_NETLOGON
impl Eq for AE_NETLOGON
impl StructuralPartialEq for AE_NETLOGON
Auto Trait Implementations§
impl Freeze for AE_NETLOGON
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)