#[repr(C)]pub struct tagMSGBOXPARAMSW {
pub cbSize: UINT,
pub hwndOwner: HWND,
pub hInstance: HINSTANCE,
pub lpszText: LPCWSTR,
pub lpszCaption: LPCWSTR,
pub dwStyle: DWORD,
pub lpszIcon: LPCWSTR,
pub dwContextHelpId: DWORD_PTR,
pub lpfnMsgBoxCallback: MSGBOXCALLBACK,
pub dwLanguageId: DWORD,
}
Fields§
§cbSize: UINT
§hwndOwner: HWND
§hInstance: HINSTANCE
§lpszText: LPCWSTR
§lpszCaption: LPCWSTR
§dwStyle: DWORD
§lpszIcon: LPCWSTR
§dwContextHelpId: DWORD_PTR
§lpfnMsgBoxCallback: MSGBOXCALLBACK
§dwLanguageId: DWORD
Trait Implementations§
Source§impl Clone for tagMSGBOXPARAMSW
impl Clone for tagMSGBOXPARAMSW
Source§fn clone(&self) -> tagMSGBOXPARAMSW
fn clone(&self) -> tagMSGBOXPARAMSW
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 tagMSGBOXPARAMSW
impl Debug for tagMSGBOXPARAMSW
Source§impl Ord for tagMSGBOXPARAMSW
impl Ord for tagMSGBOXPARAMSW
Source§fn cmp(&self, other: &tagMSGBOXPARAMSW) -> Ordering
fn cmp(&self, other: &tagMSGBOXPARAMSW) -> 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 tagMSGBOXPARAMSW
impl PartialEq for tagMSGBOXPARAMSW
Source§impl PartialOrd for tagMSGBOXPARAMSW
impl PartialOrd for tagMSGBOXPARAMSW
impl Copy for tagMSGBOXPARAMSW
impl Eq for tagMSGBOXPARAMSW
impl StructuralPartialEq for tagMSGBOXPARAMSW
Auto Trait Implementations§
impl Freeze for tagMSGBOXPARAMSW
impl RefUnwindSafe for tagMSGBOXPARAMSW
impl !Send for tagMSGBOXPARAMSW
impl !Sync for tagMSGBOXPARAMSW
impl Unpin for tagMSGBOXPARAMSW
impl UnwindSafe for tagMSGBOXPARAMSW
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