#[repr(C)]pub struct CLIENTCREATESTRUCT {
pub hWindowMenu: *mut c_void,
pub idFirstChild: u32,
}Expand description
C.9 CLIENTCREATESTRUCT
contains information about a multiple document interface (MDI) client window’s menu and first MDI child window
Fields§
§hWindowMenu: *mut c_void§idFirstChild: u32Trait Implementations§
Source§impl Clone for CLIENTCREATESTRUCT
impl Clone for CLIENTCREATESTRUCT
Source§fn clone(&self) -> CLIENTCREATESTRUCT
fn clone(&self) -> CLIENTCREATESTRUCT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for CLIENTCREATESTRUCT
impl Default for CLIENTCREATESTRUCT
Source§fn default() -> CLIENTCREATESTRUCT
fn default() -> CLIENTCREATESTRUCT
Returns the “default value” for a type. Read more
impl Copy for CLIENTCREATESTRUCT
Auto Trait Implementations§
impl Freeze for CLIENTCREATESTRUCT
impl RefUnwindSafe for CLIENTCREATESTRUCT
impl !Send for CLIENTCREATESTRUCT
impl !Sync for CLIENTCREATESTRUCT
impl Unpin for CLIENTCREATESTRUCT
impl UnwindSafe for CLIENTCREATESTRUCT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more