Struct windows_sys::Win32::UI::Controls::PSHNOTIFY
#[repr(C)]pub struct PSHNOTIFY {
pub hdr: NMHDR,
pub lParam: LPARAM,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§hdr: NMHDR
§lParam: LPARAM
Trait Implementations§
Auto Trait Implementations§
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