#[repr(C)]pub struct tagWTSSESSION_NOTIFICATION {
pub cbSize: DWORD,
pub dwSessionId: DWORD,
}
Fields§
§cbSize: DWORD
§dwSessionId: DWORD
Trait Implementations§
Source§impl Clone for tagWTSSESSION_NOTIFICATION
impl Clone for tagWTSSESSION_NOTIFICATION
Source§fn clone(&self) -> tagWTSSESSION_NOTIFICATION
fn clone(&self) -> tagWTSSESSION_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 Debug for tagWTSSESSION_NOTIFICATION
impl Debug for tagWTSSESSION_NOTIFICATION
Source§impl Ord for tagWTSSESSION_NOTIFICATION
impl Ord for tagWTSSESSION_NOTIFICATION
Source§fn cmp(&self, other: &tagWTSSESSION_NOTIFICATION) -> Ordering
fn cmp(&self, other: &tagWTSSESSION_NOTIFICATION) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for tagWTSSESSION_NOTIFICATION
impl PartialOrd for tagWTSSESSION_NOTIFICATION
impl Copy for tagWTSSESSION_NOTIFICATION
impl Eq for tagWTSSESSION_NOTIFICATION
impl StructuralPartialEq for tagWTSSESSION_NOTIFICATION
Auto Trait Implementations§
impl Freeze for tagWTSSESSION_NOTIFICATION
impl RefUnwindSafe for tagWTSSESSION_NOTIFICATION
impl Send for tagWTSSESSION_NOTIFICATION
impl Sync for tagWTSSESSION_NOTIFICATION
impl Unpin for tagWTSSESSION_NOTIFICATION
impl UnwindSafe for tagWTSSESSION_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