Struct windows_sys::Win32::NetworkManagement::NetManagement::AE_SESSLOGOFF
#[repr(C)]pub struct AE_SESSLOGOFF {
pub ae_sf_compname: u32,
pub ae_sf_username: u32,
pub ae_sf_reason: u32,
}
Fields§
§ae_sf_compname: u32
§ae_sf_username: u32
§ae_sf_reason: u32
Trait Implementations§
§impl Clone for AE_SESSLOGOFF
impl Clone for AE_SESSLOGOFF
impl Copy for AE_SESSLOGOFF
Auto Trait Implementations§
impl RefUnwindSafe for AE_SESSLOGOFF
impl Send for AE_SESSLOGOFF
impl Sync for AE_SESSLOGOFF
impl Unpin for AE_SESSLOGOFF
impl UnwindSafe for AE_SESSLOGOFF
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