#[repr(C)]pub struct tagCREATESTRUCTW {
pub lpCreateParams: LPVOID,
pub hInstance: HINSTANCE,
pub hMenu: HMENU,
pub hwndParent: HWND,
pub cy: c_int,
pub cx: c_int,
pub y: c_int,
pub x: c_int,
pub style: LONG,
pub lpszName: LPCWSTR,
pub lpszClass: LPCWSTR,
pub dwExStyle: DWORD,
}Fields§
§lpCreateParams: LPVOID§hInstance: HINSTANCE§hMenu: HMENU§hwndParent: HWND§cy: c_int§cx: c_int§y: c_int§x: c_int§style: LONG§lpszName: LPCWSTR§lpszClass: LPCWSTR§dwExStyle: DWORDTrait Implementations§
Source§impl Clone for tagCREATESTRUCTW
impl Clone for tagCREATESTRUCTW
Source§fn clone(&self) -> tagCREATESTRUCTW
fn clone(&self) -> tagCREATESTRUCTW
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 Debug for tagCREATESTRUCTW
impl Debug for tagCREATESTRUCTW
impl Copy for tagCREATESTRUCTW
Auto Trait Implementations§
impl Freeze for tagCREATESTRUCTW
impl RefUnwindSafe for tagCREATESTRUCTW
impl !Send for tagCREATESTRUCTW
impl !Sync for tagCREATESTRUCTW
impl Unpin for tagCREATESTRUCTW
impl UnwindSafe for tagCREATESTRUCTW
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