Struct windows_sys::Win32::UI::Controls::NMHDFILTERBTNCLICK
#[repr(C)]pub struct NMHDFILTERBTNCLICK {
pub hdr: NMHDR,
pub iItem: i32,
pub rc: RECT,
}
Expand description
Required features: "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§
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