Struct windows_sys::Win32::UI::Controls::NMHDFILTERBTNCLICK
[−]Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
Fields
hdr: NMHDR
iItem: i32
rc: RECT
Trait Implementations
impl Clone for NMHDFILTERBTNCLICK
impl Clone for NMHDFILTERBTNCLICK
impl Copy for NMHDFILTERBTNCLICK
Auto Trait Implementations
impl RefUnwindSafe for NMHDFILTERBTNCLICK
impl Send for NMHDFILTERBTNCLICK
impl Sync for NMHDFILTERBTNCLICK
impl Unpin for NMHDFILTERBTNCLICK
impl UnwindSafe for NMHDFILTERBTNCLICK
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more