#[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: DWORDTrait Implementations§
Source§impl Clone for tagMSGBOXPARAMSA
impl Clone for tagMSGBOXPARAMSA
Source§fn clone(&self) -> tagMSGBOXPARAMSA
fn clone(&self) -> tagMSGBOXPARAMSA
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 moreimpl Copy 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