Struct windows_sys::Win32::NetworkManagement::NetManagement::AE_ACCLIM
#[repr(C)]pub struct AE_ACCLIM {
pub ae_al_compname: u32,
pub ae_al_username: u32,
pub ae_al_resname: u32,
pub ae_al_limit: u32,
}
Fields§
§ae_al_compname: u32
§ae_al_username: u32
§ae_al_resname: u32
§ae_al_limit: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AE_ACCLIM
impl RefUnwindSafe for AE_ACCLIM
impl Send for AE_ACCLIM
impl Sync for AE_ACCLIM
impl Unpin for AE_ACCLIM
impl UnwindSafe for AE_ACCLIM
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
)