#[repr(C)]pub struct NMTBCUSTOMDRAW {Show 14 fields
pub nmcd: NMCUSTOMDRAW,
pub hbrMonoDither: HBRUSH,
pub hbrLines: HBRUSH,
pub hpenLines: HPEN,
pub clrText: u32,
pub clrMark: u32,
pub clrTextHighlight: u32,
pub clrBtnFace: u32,
pub clrBtnHighlight: u32,
pub clrHighlightHotTrack: u32,
pub rcText: RECT,
pub nStringBkMode: i32,
pub nHLStringBkMode: i32,
pub iListGap: i32,
}Fields§
§nmcd: NMCUSTOMDRAW§hbrMonoDither: HBRUSH§hbrLines: HBRUSH§hpenLines: HPEN§clrText: u32§clrMark: u32§clrTextHighlight: u32§clrBtnFace: u32§clrBtnHighlight: u32§clrHighlightHotTrack: u32§rcText: RECT§nStringBkMode: i32§nHLStringBkMode: i32§iListGap: i32Trait Implementations§
Source§impl Abi for NMTBCUSTOMDRAW
impl Abi for NMTBCUSTOMDRAW
Source§type Abi = NMTBCUSTOMDRAW
type Abi = NMTBCUSTOMDRAW
The abi representation of the implementing type. Read more
type DefaultType = NMTBCUSTOMDRAW
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 NMTBCUSTOMDRAW
impl Clone for NMTBCUSTOMDRAW
Source§fn clone(&self) -> NMTBCUSTOMDRAW
fn clone(&self) -> NMTBCUSTOMDRAW
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 NMTBCUSTOMDRAW
impl Debug for NMTBCUSTOMDRAW
Source§impl Default for NMTBCUSTOMDRAW
impl Default for NMTBCUSTOMDRAW
Source§impl PartialEq for NMTBCUSTOMDRAW
impl PartialEq for NMTBCUSTOMDRAW
impl Copy for NMTBCUSTOMDRAW
impl Eq for NMTBCUSTOMDRAW
Auto Trait Implementations§
impl Freeze for NMTBCUSTOMDRAW
impl RefUnwindSafe for NMTBCUSTOMDRAW
impl Send for NMTBCUSTOMDRAW
impl Sync for NMTBCUSTOMDRAW
impl Unpin for NMTBCUSTOMDRAW
impl UnwindSafe for NMTBCUSTOMDRAW
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