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,
}
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§
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