#[repr(C)]pub struct NMHDFILTERBTNCLICK {
pub hdr: NMHDR,
pub iItem: INT,
pub rc: RECT,
}
Fields§
§hdr: NMHDR
§iItem: INT
§rc: RECT
Trait Implementations§
Source§impl Clone for NMHDFILTERBTNCLICK
impl Clone for NMHDFILTERBTNCLICK
Source§fn clone(&self) -> NMHDFILTERBTNCLICK
fn clone(&self) -> NMHDFILTERBTNCLICK
Returns a duplicate 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 Default for NMHDFILTERBTNCLICK
impl Default for NMHDFILTERBTNCLICK
Source§fn default() -> NMHDFILTERBTNCLICK
fn default() -> NMHDFILTERBTNCLICK
Returns the “default value” for a type. Read more
impl Copy 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