#[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,
}
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§
impl Copy for HDITEMA
impl Eq for HDITEMA
Auto Trait Implementations§
impl Freeze for HDITEMA
impl RefUnwindSafe for HDITEMA
impl !Send for HDITEMA
impl !Sync for HDITEMA
impl Unpin for HDITEMA
impl UnwindSafe for HDITEMA
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more