#[repr(C)]pub struct AE_SESSLOGOFF {
pub ae_sf_compname: u32,
pub ae_sf_username: u32,
pub ae_sf_reason: u32,
}Expand description
Required features: ‘Win32_NetworkManagement_NetManagement’
Fields
ae_sf_compname: u32ae_sf_username: u32ae_sf_reason: u32Trait 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
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