#[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: 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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