Expand description
Required features: ‘Win32_System_RemoteDesktop’
Fields
cbSize: u32
dwSessionId: u32
Trait Implementations
impl Clone for WTSSESSION_NOTIFICATION
impl Clone for WTSSESSION_NOTIFICATION
impl Copy for WTSSESSION_NOTIFICATION
Auto Trait Implementations
impl RefUnwindSafe for WTSSESSION_NOTIFICATION
impl Send for WTSSESSION_NOTIFICATION
impl Sync for WTSSESSION_NOTIFICATION
impl Unpin for WTSSESSION_NOTIFICATION
impl UnwindSafe for WTSSESSION_NOTIFICATION
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