Struct winapi::winuser::CREATESTRUCTA [] [src]

pub struct CREATESTRUCTA {
    pub lpCreateParams: LPVOID,
    pub hInstance: HINSTANCE,
    pub hMenu: HMENU,
    pub hwndParent: HWND,
    pub cy: c_int,
    pub cx: c_int,
    pub y: c_int,
    pub x: c_int,
    pub style: LONG,
    pub lpszName: LPCSTR,
    pub lpszClass: LPCSTR,
    pub dwExStyle: DWORD,
}

Fields

lpCreateParams: LPVOID hInstance: HINSTANCE hMenu: HMENU hwndParent: HWND cy: c_int cx: c_int y: c_int x: c_int style: LONG lpszName: LPCSTR lpszClass: LPCSTR dwExStyle: DWORD

Trait Implementations

impl Debug for CREATESTRUCTA
[src]

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

Formats the value using the given formatter.

impl Copy for CREATESTRUCTA
[src]

impl Clone for CREATESTRUCTA
[src]

fn clone(&self) -> CREATESTRUCTA

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