#[repr(C, packed(2))]pub struct DLGITEMTEMPLATE {
pub style: DWORD,
pub dwExtendedStyle: DWORD,
pub x: c_short,
pub y: c_short,
pub cx: c_short,
pub cy: c_short,
pub id: WORD,
}
Fields§
§style: DWORD
§dwExtendedStyle: DWORD
§x: c_short
§y: c_short
§cx: c_short
§cy: c_short
§id: WORD
Trait Implementations§
Source§impl Clone for DLGITEMTEMPLATE
impl Clone for DLGITEMTEMPLATE
Source§fn clone(&self) -> DLGITEMTEMPLATE
fn clone(&self) -> DLGITEMTEMPLATE
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 DLGITEMTEMPLATE
impl Debug for DLGITEMTEMPLATE
Source§impl Ord for DLGITEMTEMPLATE
impl Ord for DLGITEMTEMPLATE
Source§fn cmp(&self, other: &DLGITEMTEMPLATE) -> Ordering
fn cmp(&self, other: &DLGITEMTEMPLATE) -> 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
Source§impl PartialEq for DLGITEMTEMPLATE
impl PartialEq for DLGITEMTEMPLATE
Source§impl PartialOrd for DLGITEMTEMPLATE
impl PartialOrd for DLGITEMTEMPLATE
impl Copy for DLGITEMTEMPLATE
impl Eq for DLGITEMTEMPLATE
impl StructuralPartialEq for DLGITEMTEMPLATE
Auto Trait Implementations§
impl Freeze for DLGITEMTEMPLATE
impl RefUnwindSafe for DLGITEMTEMPLATE
impl Send for DLGITEMTEMPLATE
impl Sync for DLGITEMTEMPLATE
impl Unpin for DLGITEMTEMPLATE
impl UnwindSafe for DLGITEMTEMPLATE
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