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: PCSTR
szTitle: PCSTR
hOwner: HANDLE
x: i32
y: i32
cx: i32
cy: i32
style: WINDOW_STYLE
lParam: LPARAM
Trait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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