Struct windows_sys::Win32::NetworkManagement::NetManagement::AE_UASMOD
[−]#[repr(C)]pub struct AE_UASMOD {
pub ae_um_compname: u32,
pub ae_um_username: u32,
pub ae_um_resname: u32,
pub ae_um_rectype: u32,
pub ae_um_action: u32,
pub ae_um_datalen: u32,
}
Expand description
Required features: ‘Win32_NetworkManagement_NetManagement’
Fields
ae_um_compname: u32
ae_um_username: u32
ae_um_resname: u32
ae_um_rectype: u32
ae_um_action: u32
ae_um_datalen: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AE_UASMOD
impl Send for AE_UASMOD
impl Sync for AE_UASMOD
impl Unpin for AE_UASMOD
impl UnwindSafe for AE_UASMOD
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more