Struct windows_sys::Win32::System::RemoteDesktop::WTSSESSION_NOTIFICATION
#[repr(C)]pub struct WTSSESSION_NOTIFICATION {
pub cbSize: u32,
pub dwSessionId: u32,
}Fields§
§cbSize: u32§dwSessionId: u32Trait 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§
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