Struct winapi::WNDCLASSEXW [] [src]

pub struct WNDCLASSEXW {
    pub cbSize: UINT,
    pub style: UINT,
    pub lpfnWndProc: WNDPROC,
    pub cbClsExtra: c_int,
    pub cbWndExtra: c_int,
    pub hInstance: HINSTANCE,
    pub hIcon: HICON,
    pub hCursor: HCURSOR,
    pub hbrBackground: HBRUSH,
    pub lpszMenuName: LPCWSTR,
    pub lpszClassName: LPCWSTR,
    pub hIconSm: HICON,
}

Fields

cbSize
style
lpfnWndProc
cbClsExtra
cbWndExtra
hInstance
hIcon
hCursor
hbrBackground
lpszMenuName
lpszClassName
hIconSm

Trait Implementations

impl Clone for WNDCLASSEXW

fn clone(&self) -> WNDCLASSEXW

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

Derived Implementations

impl Copy for WNDCLASSEXW