#[repr(C)]pub struct NMCUSTOMDRAW {
pub hdr: NMHDR,
pub dwDrawStage: NMCUSTOMDRAW_DRAW_STAGE,
pub hdc: HDC,
pub rc: RECT,
pub dwItemSpec: usize,
pub uItemState: u32,
pub lItemlParam: LPARAM,
}
Fields§
§hdr: NMHDR
§dwDrawStage: NMCUSTOMDRAW_DRAW_STAGE
§hdc: HDC
§rc: RECT
§dwItemSpec: usize
§uItemState: u32
§lItemlParam: LPARAM
Trait Implementations§
Source§impl Clone for NMCUSTOMDRAW
impl Clone for NMCUSTOMDRAW
Source§fn clone(&self) -> NMCUSTOMDRAW
fn clone(&self) -> NMCUSTOMDRAW
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 moreSource§impl Debug for NMCUSTOMDRAW
impl Debug for NMCUSTOMDRAW
Source§impl Default for NMCUSTOMDRAW
impl Default for NMCUSTOMDRAW
Source§impl PartialEq for NMCUSTOMDRAW
impl PartialEq for NMCUSTOMDRAW
impl Copy for NMCUSTOMDRAW
impl Eq for NMCUSTOMDRAW
Auto Trait Implementations§
impl Freeze for NMCUSTOMDRAW
impl RefUnwindSafe for NMCUSTOMDRAW
impl Send for NMCUSTOMDRAW
impl Sync for NMCUSTOMDRAW
impl Unpin for NMCUSTOMDRAW
impl UnwindSafe for NMCUSTOMDRAW
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