Struct NMTTCUSTOMDRAW
#[repr(C)]pub struct NMTTCUSTOMDRAW {
pub nmcd: NMCUSTOMDRAW,
pub uDrawFlags: u32,
}
Fields§
§nmcd: NMCUSTOMDRAW
§uDrawFlags: u32
Trait Implementations§
§impl Clone for NMTTCUSTOMDRAW
impl Clone for NMTTCUSTOMDRAW
§fn clone(&self) -> NMTTCUSTOMDRAW
fn clone(&self) -> NMTTCUSTOMDRAW
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 moreimpl Copy for NMTTCUSTOMDRAW
Auto Trait Implementations§
impl Freeze for NMTTCUSTOMDRAW
impl RefUnwindSafe for NMTTCUSTOMDRAW
impl !Send for NMTTCUSTOMDRAW
impl !Sync for NMTTCUSTOMDRAW
impl Unpin for NMTTCUSTOMDRAW
impl UnwindSafe for NMTTCUSTOMDRAW
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