Struct windows_sys::Win32::UI::Controls::MEASUREITEMSTRUCT
[−]#[repr(C)]pub struct MEASUREITEMSTRUCT {
pub CtlType: DRAWITEMSTRUCT_CTL_TYPE,
pub CtlID: u32,
pub itemID: u32,
pub itemWidth: u32,
pub itemHeight: u32,
pub itemData: usize,
}Expand description
Required features: "Win32_UI_Controls"
Fields
CtlType: DRAWITEMSTRUCT_CTL_TYPECtlID: u32itemID: u32itemWidth: u32itemHeight: u32itemData: usizeTrait Implementations
impl Clone for MEASUREITEMSTRUCT
impl Clone for MEASUREITEMSTRUCT
impl Copy for MEASUREITEMSTRUCT
Auto Trait Implementations
impl RefUnwindSafe for MEASUREITEMSTRUCT
impl Send for MEASUREITEMSTRUCT
impl Sync for MEASUREITEMSTRUCT
impl Unpin for MEASUREITEMSTRUCT
impl UnwindSafe for MEASUREITEMSTRUCT
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