Struct webview2_com_sys::Windows::Win32::UI::WindowsAndMessaging::MDICREATESTRUCTA [−][src]
#[repr(C)]pub struct MDICREATESTRUCTA {
pub szClass: PSTR,
pub szTitle: PSTR,
pub hOwner: HANDLE,
pub x: i32,
pub y: i32,
pub cx: i32,
pub cy: i32,
pub style: WINDOW_STYLE,
pub lParam: LPARAM,
}Fields
szClass: PSTRszTitle: PSTRhOwner: 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 MDICREATESTRUCTA
impl !Send for MDICREATESTRUCTA
impl !Sync for MDICREATESTRUCTA
impl Unpin for MDICREATESTRUCTA
impl UnwindSafe for MDICREATESTRUCTA
Blanket Implementations
Mutably borrows from an owned value. Read more