Struct webview2_com_sys::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 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 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