Struct winsafe::WNDCLASSEX[][src]

#[repr(C)]
pub struct WNDCLASSEX<'a> { pub style: CS, pub lpfnWndProc: Option<WNDPROC>, pub cbClsExtra: i32, pub cbWndExtra: i32, pub hInstance: HINSTANCE, pub hIcon: HICON, pub hCursor: HCURSOR, pub hbrBackground: HBRUSH, pub hIconSm: HICON, // some fields omitted }
Expand description

WNDCLASSEX struct.

Fields

style: CSlpfnWndProc: Option<WNDPROC>cbClsExtra: i32cbWndExtra: i32hInstance: HINSTANCEhIcon: HICONhCursor: HCURSORhbrBackground: HBRUSHhIconSm: HICON

Implementations

Returns the resource ID field.

Sets the resource ID field.

Returns the string field, if any.

Sets the string field.

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.