Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::CREATESTRUCTA [−][src]
#[repr(C)]pub struct CREATESTRUCTA {
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: PSTR,
pub lpszClass: PSTR,
pub dwExStyle: u32,
}Fields
lpCreateParams: *mut c_voidhInstance: HINSTANCEhMenu: HMENUhwndParent: HWNDcy: i32cx: i32y: i32x: i32style: i32lpszName: PSTRlpszClass: PSTRdwExStyle: u32Trait Implementations
type Abi = CREATESTRUCTA
type Abi = CREATESTRUCTA
The abi representation of the implementing type. Read more
type DefaultType = CREATESTRUCTA
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 CREATESTRUCTA
impl !Send for CREATESTRUCTA
impl !Sync for CREATESTRUCTA
impl Unpin for CREATESTRUCTA
impl UnwindSafe for CREATESTRUCTA
Blanket Implementations
Mutably borrows from an owned value. Read more