#[repr(C)]pub struct NMTTCUSTOMDRAW {
pub nmcd: NMCUSTOMDRAW,
pub uDrawFlags: u32,
}
Fields§
§nmcd: NMCUSTOMDRAW
§uDrawFlags: u32
Trait Implementations§
Source§impl Abi for NMTTCUSTOMDRAW
impl Abi for NMTTCUSTOMDRAW
Source§type Abi = NMTTCUSTOMDRAW
type Abi = NMTTCUSTOMDRAW
The abi representation of the implementing type. Read more
type DefaultType = NMTTCUSTOMDRAW
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for NMTTCUSTOMDRAW
impl Clone for NMTTCUSTOMDRAW
Source§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 moreSource§impl Debug for NMTTCUSTOMDRAW
impl Debug for NMTTCUSTOMDRAW
Source§impl Default for NMTTCUSTOMDRAW
impl Default for NMTTCUSTOMDRAW
Source§impl PartialEq for NMTTCUSTOMDRAW
impl PartialEq for NMTTCUSTOMDRAW
impl Copy for NMTTCUSTOMDRAW
impl Eq 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