Struct windows_sys::Win32::UI::Controls::NMCUSTOMDRAW
[−]#[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,
}
Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
hdr: NMHDR
dwDrawStage: NMCUSTOMDRAW_DRAW_STAGE
hdc: HDC
rc: RECT
dwItemSpec: usize
uItemState: u32
lItemlParam: LPARAM
Trait Implementations
impl Clone for NMCUSTOMDRAW
impl Clone for NMCUSTOMDRAW
impl Copy for NMCUSTOMDRAW
Auto Trait Implementations
impl RefUnwindSafe for NMCUSTOMDRAW
impl Send for NMCUSTOMDRAW
impl Sync for NMCUSTOMDRAW
impl Unpin for NMCUSTOMDRAW
impl UnwindSafe for NMCUSTOMDRAW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more