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: DWORD dwExtendedStyle: DWORD cdit: WORD x: c_short y: c_short cx: c_short cy: c_short

Trait Implementations

impl Debug for DLGTEMPLATE
[src]

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

Formats the value using the given formatter.

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