#[repr(C)]pub struct _PSHNOTIFY {
pub hdr: NMHDR,
pub lParam: LPARAM,
}
Fields§
§hdr: NMHDR
§lParam: LPARAM
Trait Implementations§
Source§impl Clone for _PSHNOTIFY
impl Clone for _PSHNOTIFY
Source§fn clone(&self) -> _PSHNOTIFY
fn clone(&self) -> _PSHNOTIFY
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 _PSHNOTIFY
impl Debug for _PSHNOTIFY
Source§impl Ord for _PSHNOTIFY
impl Ord for _PSHNOTIFY
Source§fn cmp(&self, other: &_PSHNOTIFY) -> Ordering
fn cmp(&self, other: &_PSHNOTIFY) -> 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 PartialEq for _PSHNOTIFY
impl PartialEq for _PSHNOTIFY
Source§impl PartialOrd for _PSHNOTIFY
impl PartialOrd for _PSHNOTIFY
impl Copy for _PSHNOTIFY
impl Eq for _PSHNOTIFY
impl StructuralPartialEq for _PSHNOTIFY
Auto Trait Implementations§
impl Freeze for _PSHNOTIFY
impl RefUnwindSafe for _PSHNOTIFY
impl !Send for _PSHNOTIFY
impl !Sync for _PSHNOTIFY
impl Unpin for _PSHNOTIFY
impl UnwindSafe for _PSHNOTIFY
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