Struct windows_sys::Win32::UI::Controls::NMLVCUSTOMDRAW
[−]#[repr(C)]pub struct NMLVCUSTOMDRAW {
pub nmcd: NMCUSTOMDRAW,
pub clrText: COLORREF,
pub clrTextBk: COLORREF,
pub iSubItem: i32,
pub dwItemType: NMLVCUSTOMDRAW_ITEM_TYPE,
pub clrFace: COLORREF,
pub iIconEffect: i32,
pub iIconPhase: i32,
pub iPartId: i32,
pub iStateId: i32,
pub rcText: RECT,
pub uAlign: LIST_VIEW_GROUP_ALIGN_FLAGS,
}
Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
nmcd: NMCUSTOMDRAW
clrText: COLORREF
clrTextBk: COLORREF
iSubItem: i32
dwItemType: NMLVCUSTOMDRAW_ITEM_TYPE
clrFace: COLORREF
iIconEffect: i32
iIconPhase: i32
iPartId: i32
iStateId: i32
rcText: RECT
uAlign: LIST_VIEW_GROUP_ALIGN_FLAGS
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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