#[repr(C)]pub struct HDITEMA {
pub mask: HDI_MASK,
pub cxy: i32,
pub pszText: PSTR,
pub hbm: HBITMAP,
pub cchTextMax: i32,
pub fmt: HEADER_CONTROL_FORMAT_FLAGS,
pub lParam: LPARAM,
pub iImage: i32,
pub iOrder: i32,
pub type: HEADER_CONTROL_FORMAT_TYPE,
pub pvFilter: *mut c_void,
pub state: HEADER_CONTROL_FORMAT_STATE,
}Expand description
Required features: "Win32_UI_Controls", "Win32_Foundation", "Win32_Graphics_Gdi"
Fields
mask: HDI_MASKcxy: i32pszText: PSTRhbm: HBITMAPcchTextMax: i32fmt: HEADER_CONTROL_FORMAT_FLAGSlParam: LPARAMiImage: i32iOrder: i32type: HEADER_CONTROL_FORMAT_TYPEpvFilter: *mut c_voidstate: HEADER_CONTROL_FORMAT_STATETrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HDITEMA
impl !Send for HDITEMA
impl !Sync for HDITEMA
impl Unpin for HDITEMA
impl UnwindSafe for HDITEMA
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