Struct winapi::winuser::CREATESTRUCTW
[−]
[src]
pub struct CREATESTRUCTW {
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: LPCWSTR,
pub lpszClass: LPCWSTR,
pub dwExStyle: DWORD,
}Fields
lpCreateParams | |
hInstance | |
hMenu | |
hwndParent | |
cy | |
cx | |
y | |
x | |
style | |
lpszName | |
lpszClass | |
dwExStyle |
Trait Implementations
impl Copy for CREATESTRUCTW[src]
impl Clone for CREATESTRUCTW[src]
fn clone(&self) -> CREATESTRUCTW
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