Struct windows_sys::Win32::UI::WindowsAndMessaging::MDICREATESTRUCTA
[−]#[repr(C)]pub struct MDICREATESTRUCTA {
pub szClass: PCSTR,
pub szTitle: PCSTR,
pub hOwner: HANDLE,
pub x: i32,
pub y: i32,
pub cx: i32,
pub cy: i32,
pub style: WINDOW_STYLE,
pub lParam: LPARAM,
}Expand description
Required features: "Win32_UI_WindowsAndMessaging", "Win32_Foundation"
Fields
szClass: PCSTRszTitle: PCSTRhOwner: HANDLEx: i32y: i32cx: i32cy: i32style: WINDOW_STYLElParam: LPARAMTrait Implementations
impl Clone for MDICREATESTRUCTA
impl Clone for MDICREATESTRUCTA
impl Copy for MDICREATESTRUCTA
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more