Struct vc6_sys::_PSHNOTIFY
source · #[repr(C)]pub struct _PSHNOTIFY {
pub hdr: NMHDR,
pub lParam: LPARAM,
}Fields§
§hdr: NMHDR§lParam: LPARAMTrait 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
impl Copy for _PSHNOTIFY
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