pub type MEASUREITEMSTRUCT = tagMEASUREITEMSTRUCT;
Aliased Type§
struct MEASUREITEMSTRUCT {
pub CtlType: u32,
pub CtlID: u32,
pub itemID: u32,
pub itemWidth: u32,
pub itemHeight: u32,
pub itemData: u64,
}
Fields§
§CtlType: u32
§CtlID: u32
§itemID: u32
§itemWidth: u32
§itemHeight: u32
§itemData: u64
Trait Implementations
Source§impl Clone for tagMEASUREITEMSTRUCT
impl Clone for tagMEASUREITEMSTRUCT
Source§fn clone(&self) -> tagMEASUREITEMSTRUCT
fn clone(&self) -> tagMEASUREITEMSTRUCT
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for tagMEASUREITEMSTRUCT
impl Debug for tagMEASUREITEMSTRUCT
Source§impl Ord for tagMEASUREITEMSTRUCT
impl Ord for tagMEASUREITEMSTRUCT
Source§fn cmp(&self, other: &tagMEASUREITEMSTRUCT) -> Ordering
fn cmp(&self, other: &tagMEASUREITEMSTRUCT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more