Struct winapi::um::winuser::WTSSESSION_NOTIFICATION
source · #[repr(C)]pub struct WTSSESSION_NOTIFICATION {
pub cbSize: DWORD,
pub dwSessionId: DWORD,
}
Fields§
§cbSize: DWORD
§dwSessionId: DWORD
Trait Implementations§
source§impl Clone for WTSSESSION_NOTIFICATION
impl Clone for WTSSESSION_NOTIFICATION
source§fn clone(&self) -> WTSSESSION_NOTIFICATION
fn clone(&self) -> WTSSESSION_NOTIFICATION
Returns a copy 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 Default for WTSSESSION_NOTIFICATION
impl Default for WTSSESSION_NOTIFICATION
source§fn default() -> WTSSESSION_NOTIFICATION
fn default() -> WTSSESSION_NOTIFICATION
Returns the “default value” for a type. Read more