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