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,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
ae_al_compname: u32
ae_al_username: u32
ae_al_resname: u32
ae_al_limit: u32
Trait Implementations
Auto Trait Implementations
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
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