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