Struct windows_sys::Win32::UI::Controls::NMTTCUSTOMDRAW
[−]#[repr(C)]pub struct NMTTCUSTOMDRAW {
pub nmcd: NMCUSTOMDRAW,
pub uDrawFlags: u32,
}
Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
nmcd: NMCUSTOMDRAW
uDrawFlags: u32
Trait Implementations
impl Clone for NMTTCUSTOMDRAW
impl Clone for NMTTCUSTOMDRAW
impl Copy for NMTTCUSTOMDRAW
Auto Trait Implementations
impl RefUnwindSafe for NMTTCUSTOMDRAW
impl Send for NMTTCUSTOMDRAW
impl Sync for NMTTCUSTOMDRAW
impl Unpin for NMTTCUSTOMDRAW
impl UnwindSafe for NMTTCUSTOMDRAW
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