Struct MSGFILTER
#[repr(C, packed(4))]pub struct MSGFILTER {
pub nmhdr: NMHDR,
pub msg: u32,
pub wParam: WPARAM,
pub lParam: LPARAM,
}
Fields§
§nmhdr: NMHDR
§msg: u32
§wParam: WPARAM
§lParam: LPARAM
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MSGFILTER
impl RefUnwindSafe for MSGFILTER
impl !Send for MSGFILTER
impl !Sync for MSGFILTER
impl Unpin for MSGFILTER
impl UnwindSafe for MSGFILTER
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