#[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: WORDTrait Implementations§
Source§impl Clone for DLGITEMTEMPLATE
impl Clone for DLGITEMTEMPLATE
Source§fn clone(&self) -> DLGITEMTEMPLATE
fn clone(&self) -> DLGITEMTEMPLATE
Returns a duplicate 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
impl Copy 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