Struct PSHNOTIFY
#[repr(C)]pub struct PSHNOTIFY {
pub hdr: NMHDR,
pub lParam: LPARAM,
}
Fields§
§hdr: NMHDR
§lParam: LPARAM
Trait Implementations§
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