#[repr(C)]pub struct NMTVCUSTOMDRAW {
pub nmcd: NMCUSTOMDRAW,
pub clrText: u32,
pub clrTextBk: u32,
pub iLevel: i32,
}
Fields§
§nmcd: NMCUSTOMDRAW
§clrText: u32
§clrTextBk: u32
§iLevel: i32
Trait Implementations§
Source§impl Abi for NMTVCUSTOMDRAW
impl Abi for NMTVCUSTOMDRAW
Source§type Abi = NMTVCUSTOMDRAW
type Abi = NMTVCUSTOMDRAW
The abi representation of the implementing type. Read more
type DefaultType = NMTVCUSTOMDRAW
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 NMTVCUSTOMDRAW
impl Clone for NMTVCUSTOMDRAW
Source§fn clone(&self) -> NMTVCUSTOMDRAW
fn clone(&self) -> NMTVCUSTOMDRAW
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 NMTVCUSTOMDRAW
impl Debug for NMTVCUSTOMDRAW
Source§impl Default for NMTVCUSTOMDRAW
impl Default for NMTVCUSTOMDRAW
Source§impl PartialEq for NMTVCUSTOMDRAW
impl PartialEq for NMTVCUSTOMDRAW
impl Copy for NMTVCUSTOMDRAW
impl Eq for NMTVCUSTOMDRAW
Auto Trait Implementations§
impl Freeze for NMTVCUSTOMDRAW
impl RefUnwindSafe for NMTVCUSTOMDRAW
impl Send for NMTVCUSTOMDRAW
impl Sync for NMTVCUSTOMDRAW
impl Unpin for NMTVCUSTOMDRAW
impl UnwindSafe for NMTVCUSTOMDRAW
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