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