#[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: DWORD
Trait Implementations§
Source§impl Clone for tagCREATESTRUCTW
impl Clone for tagCREATESTRUCTW
Source§fn clone(&self) -> tagCREATESTRUCTW
fn clone(&self) -> tagCREATESTRUCTW
Returns a copy 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
Source§impl Ord for tagCREATESTRUCTW
impl Ord for tagCREATESTRUCTW
Source§fn cmp(&self, other: &tagCREATESTRUCTW) -> Ordering
fn cmp(&self, other: &tagCREATESTRUCTW) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagCREATESTRUCTW
impl PartialEq for tagCREATESTRUCTW
Source§impl PartialOrd for tagCREATESTRUCTW
impl PartialOrd for tagCREATESTRUCTW
impl Copy for tagCREATESTRUCTW
impl Eq for tagCREATESTRUCTW
impl StructuralPartialEq 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