#[repr(C)]pub struct NMHDFILTERBTNCLICK {
pub hdr: NMHDR,
pub iItem: INT,
pub rc: RECT,
}Fields§
§hdr: NMHDR§iItem: INT§rc: RECTTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NMHDFILTERBTNCLICK
Source§impl Default for NMHDFILTERBTNCLICK
Available on crate feature impl-default only.
impl Default for NMHDFILTERBTNCLICK
Available on crate feature
impl-default only.Source§fn default() -> NMHDFILTERBTNCLICK
fn default() -> NMHDFILTERBTNCLICK
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Send for NMHDFILTERBTNCLICK
impl !Sync for NMHDFILTERBTNCLICK
impl Freeze for NMHDFILTERBTNCLICK
impl RefUnwindSafe for NMHDFILTERBTNCLICK
impl Unpin for NMHDFILTERBTNCLICK
impl UnsafeUnpin 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