Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::WNDCLASSA [−][src]
#[repr(C)]pub struct WNDCLASSA {
pub style: WNDCLASS_STYLES,
pub lpfnWndProc: Option<unsafe extern "system" fn(HWND, u32, WPARAM, LPARAM) -> LRESULT>,
pub cbClsExtra: i32,
pub cbWndExtra: i32,
pub hInstance: HINSTANCE,
pub hIcon: HICON,
pub hCursor: HCURSOR,
pub hbrBackground: HBRUSH,
pub lpszMenuName: PSTR,
pub lpszClassName: PSTR,
}Fields
style: WNDCLASS_STYLESlpfnWndProc: Option<unsafe extern "system" fn(HWND, u32, WPARAM, LPARAM) -> LRESULT>cbClsExtra: i32cbWndExtra: i32hInstance: HINSTANCEhIcon: HICONhCursor: HCURSORhbrBackground: HBRUSHlpszMenuName: PSTRlpszClassName: PSTRTrait Implementations
type DefaultType = WNDCLASSA
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 WNDCLASSA
impl UnwindSafe for WNDCLASSA
Blanket Implementations
Mutably borrows from an owned value. Read more