Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::MDICREATESTRUCTW [−][src]
#[repr(C)]pub struct MDICREATESTRUCTW {
pub szClass: PWSTR,
pub szTitle: PWSTR,
pub hOwner: HANDLE,
pub x: i32,
pub y: i32,
pub cx: i32,
pub cy: i32,
pub style: WINDOW_STYLE,
pub lParam: LPARAM,
}Fields
szClass: PWSTRszTitle: PWSTRhOwner: HANDLEx: i32y: i32cx: i32cy: i32style: WINDOW_STYLElParam: LPARAMTrait Implementations
type Abi = MDICREATESTRUCTW
type Abi = MDICREATESTRUCTW
The abi representation of the implementing type. Read more
type DefaultType = MDICREATESTRUCTW
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 MDICREATESTRUCTW
impl !Send for MDICREATESTRUCTW
impl !Sync for MDICREATESTRUCTW
impl Unpin for MDICREATESTRUCTW
impl UnwindSafe for MDICREATESTRUCTW
Blanket Implementations
Mutably borrows from an owned value. Read more