#[repr(C)]pub struct tagCREATESTRUCTA {
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: LPCSTR,
pub lpszClass: LPCSTR,
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: LPCSTR
§lpszClass: LPCSTR
§dwExStyle: DWORD
Trait Implementations§
Source§impl Clone for tagCREATESTRUCTA
impl Clone for tagCREATESTRUCTA
Source§fn clone(&self) -> tagCREATESTRUCTA
fn clone(&self) -> tagCREATESTRUCTA
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 tagCREATESTRUCTA
impl Debug for tagCREATESTRUCTA
Source§impl Ord for tagCREATESTRUCTA
impl Ord for tagCREATESTRUCTA
Source§fn cmp(&self, other: &tagCREATESTRUCTA) -> Ordering
fn cmp(&self, other: &tagCREATESTRUCTA) -> 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 tagCREATESTRUCTA
impl PartialEq for tagCREATESTRUCTA
Source§impl PartialOrd for tagCREATESTRUCTA
impl PartialOrd for tagCREATESTRUCTA
impl Copy for tagCREATESTRUCTA
impl Eq for tagCREATESTRUCTA
impl StructuralPartialEq for tagCREATESTRUCTA
Auto Trait Implementations§
impl Freeze for tagCREATESTRUCTA
impl RefUnwindSafe for tagCREATESTRUCTA
impl !Send for tagCREATESTRUCTA
impl !Sync for tagCREATESTRUCTA
impl Unpin for tagCREATESTRUCTA
impl UnwindSafe for tagCREATESTRUCTA
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