Struct windows_sys::Win32::UI::Controls::NMLVCUSTOMDRAW
[−]#[repr(C)]pub struct NMLVCUSTOMDRAW {
pub nmcd: NMCUSTOMDRAW,
pub clrText: u32,
pub clrTextBk: u32,
pub iSubItem: i32,
pub dwItemType: NMLVCUSTOMDRAW_ITEM_TYPE,
pub clrFace: u32,
pub iIconEffect: i32,
pub iIconPhase: i32,
pub iPartId: i32,
pub iStateId: i32,
pub rcText: RECT,
pub uAlign: NMLVCUSTOMDRAW_ALIGN,
}
Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
nmcd: NMCUSTOMDRAW
clrText: u32
clrTextBk: u32
iSubItem: i32
dwItemType: NMLVCUSTOMDRAW_ITEM_TYPE
clrFace: u32
iIconEffect: i32
iIconPhase: i32
iPartId: i32
iStateId: i32
rcText: RECT
uAlign: NMLVCUSTOMDRAW_ALIGN
Trait Implementations
impl Clone for NMLVCUSTOMDRAW
impl Clone for NMLVCUSTOMDRAW
impl Copy for NMLVCUSTOMDRAW
Auto Trait Implementations
impl RefUnwindSafe for NMLVCUSTOMDRAW
impl Send for NMLVCUSTOMDRAW
impl Sync for NMLVCUSTOMDRAW
impl Unpin for NMLVCUSTOMDRAW
impl UnwindSafe for NMLVCUSTOMDRAW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more