Struct webview2_com_sys::Windows::Win32::UI::WindowsAndMessaging::WNDCLASSEXW [−][src]
#[repr(C)]pub struct WNDCLASSEXW {
pub cbSize: u32,
pub style: WNDCLASS_STYLES,
pub lpfnWndProc: Option<WNDPROC>,
pub cbClsExtra: i32,
pub cbWndExtra: i32,
pub hInstance: HINSTANCE,
pub hIcon: HICON,
pub hCursor: HCURSOR,
pub hbrBackground: HBRUSH,
pub lpszMenuName: PWSTR,
pub lpszClassName: PWSTR,
pub hIconSm: HICON,
}Fields
cbSize: u32style: WNDCLASS_STYLESlpfnWndProc: Option<WNDPROC>cbClsExtra: i32cbWndExtra: i32hInstance: HINSTANCEhIcon: HICONhCursor: HCURSORhbrBackground: HBRUSHlpszMenuName: PWSTRlpszClassName: PWSTRhIconSm: HICONTrait Implementations
type DefaultType = Self
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Auto Trait Implementations
impl RefUnwindSafe for WNDCLASSEXW
impl !Send for WNDCLASSEXW
impl !Sync for WNDCLASSEXW
impl Unpin for WNDCLASSEXW
impl UnwindSafe for WNDCLASSEXW
Blanket Implementations
Mutably borrows from an owned value. Read more