#[repr(C)]pub struct NMTVCUSTOMDRAW {
pub nmcd: NMCUSTOMDRAW,
pub clrText: COLORREF,
pub clrTextBk: COLORREF,
pub iLevel: c_int,
}Fields§
§nmcd: NMCUSTOMDRAW§clrText: COLORREF§clrTextBk: COLORREF§iLevel: c_intTrait Implementations§
Source§impl Clone for NMTVCUSTOMDRAW
impl Clone for NMTVCUSTOMDRAW
Source§fn clone(&self) -> NMTVCUSTOMDRAW
fn clone(&self) -> NMTVCUSTOMDRAW
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NMTVCUSTOMDRAW
Source§impl Default for NMTVCUSTOMDRAW
Available on crate feature impl-default only.
impl Default for NMTVCUSTOMDRAW
Available on crate feature
impl-default only.Source§fn default() -> NMTVCUSTOMDRAW
fn default() -> NMTVCUSTOMDRAW
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Send for NMTVCUSTOMDRAW
impl !Sync for NMTVCUSTOMDRAW
impl Freeze for NMTVCUSTOMDRAW
impl RefUnwindSafe for NMTVCUSTOMDRAW
impl Unpin for NMTVCUSTOMDRAW
impl UnsafeUnpin 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