pub struct SessionNotification {
pub size: u32,
pub session_id: u32,
}Expand description
Struct converted from RemoteDesktop::WTSSESSION_NOTIFICATION
Fields§
§size: u32§session_id: u32Implementations§
Trait Implementations§
Source§impl Clone for SessionNotification
impl Clone for SessionNotification
Source§fn clone(&self) -> SessionNotification
fn clone(&self) -> SessionNotification
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SessionNotification
impl Debug for SessionNotification
Source§impl Hash for SessionNotification
impl Hash for SessionNotification
Source§impl PartialEq for SessionNotification
impl PartialEq for SessionNotification
impl Copy for SessionNotification
impl Eq for SessionNotification
impl StructuralPartialEq for SessionNotification
Auto Trait Implementations§
impl Freeze for SessionNotification
impl RefUnwindSafe for SessionNotification
impl Send for SessionNotification
impl Sync for SessionNotification
impl Unpin for SessionNotification
impl UnwindSafe for SessionNotification
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