#[repr(C)]pub struct HDITEMW {
pub mask: HDI_MASK,
pub cxy: i32,
pub pszText: PWSTR,
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: PWSTR
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 HDITEMW
impl !Send for HDITEMW
impl !Sync for HDITEMW
impl Unpin for HDITEMW
impl UnwindSafe for HDITEMW
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