Struct NMHDFILTERBTNCLICK
#[repr(C)]pub struct NMHDFILTERBTNCLICK {
pub hdr: NMHDR,
pub iItem: i32,
pub rc: RECT,
}
Fields§
§hdr: NMHDR
§iItem: i32
§rc: RECT
Trait Implementations§
§impl Clone for NMHDFILTERBTNCLICK
impl Clone for NMHDFILTERBTNCLICK
§fn clone(&self) -> NMHDFILTERBTNCLICK
fn clone(&self) -> NMHDFILTERBTNCLICK
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 more§impl Debug for NMHDFILTERBTNCLICK
impl Debug for NMHDFILTERBTNCLICK
§impl Default for NMHDFILTERBTNCLICK
impl Default for NMHDFILTERBTNCLICK
§impl PartialEq for NMHDFILTERBTNCLICK
impl PartialEq for NMHDFILTERBTNCLICK
impl Copy for NMHDFILTERBTNCLICK
impl StructuralPartialEq for NMHDFILTERBTNCLICK
Auto Trait Implementations§
impl Freeze for NMHDFILTERBTNCLICK
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