Struct winapi::winuser::DLGTEMPLATE [] [src]

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
dwExtendedStyle
cdit
x
y
cx
cy

Trait Implementations

impl Copy for DLGTEMPLATE
[src]

impl Clone for DLGTEMPLATE
[src]

fn clone(&self) -> DLGTEMPLATE

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

Derived Implementations

impl Debug for DLGTEMPLATE
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.