#[repr(C)]pub struct HDITEMA {
pub mask: HDI_MASK,
pub cxy: i32,
pub pszText: PSTR,
pub hbm: HBITMAP,
pub cchTextMax: i32,
pub fmt: i32,
pub lParam: LPARAM,
pub iImage: i32,
pub iOrder: i32,
pub type: u32,
pub pvFilter: *mut c_void,
pub state: u32,
}
Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
mask: HDI_MASK
cxy: i32
pszText: PSTR
hbm: HBITMAP
cchTextMax: i32
fmt: i32
lParam: LPARAM
iImage: i32
iOrder: i32
type: u32
pvFilter: *mut c_void
state: u32
Trait 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 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