Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::CREATESTRUCTW [−][src]
#[repr(C)]pub struct CREATESTRUCTW {
pub lpCreateParams: *mut c_void,
pub hInstance: HINSTANCE,
pub hMenu: HMENU,
pub hwndParent: HWND,
pub cy: i32,
pub cx: i32,
pub y: i32,
pub x: i32,
pub style: i32,
pub lpszName: PWSTR,
pub lpszClass: PWSTR,
pub dwExStyle: u32,
}Fields
lpCreateParams: *mut c_voidhInstance: HINSTANCEhMenu: HMENUhwndParent: HWNDcy: i32cx: i32y: i32x: i32style: i32lpszName: PWSTRlpszClass: PWSTRdwExStyle: u32Trait Implementations
type Abi = CREATESTRUCTW
type Abi = CREATESTRUCTW
The abi representation of the implementing type. Read more
type DefaultType = CREATESTRUCTW
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CREATESTRUCTW
impl !Send for CREATESTRUCTW
impl !Sync for CREATESTRUCTW
impl Unpin for CREATESTRUCTW
impl UnwindSafe for CREATESTRUCTW
Blanket Implementations
Mutably borrows from an owned value. Read more