Struct windows_sys::Win32::UI::WindowsAndMessaging::MSGBOXPARAMSA
#[repr(C)]pub struct MSGBOXPARAMSA {
pub cbSize: u32,
pub hwndOwner: HWND,
pub hInstance: HINSTANCE,
pub lpszText: PCSTR,
pub lpszCaption: PCSTR,
pub dwStyle: MESSAGEBOX_STYLE,
pub lpszIcon: PCSTR,
pub dwContextHelpId: usize,
pub lpfnMsgBoxCallback: MSGBOXCALLBACK,
pub dwLanguageId: u32,
}
Fields§
§cbSize: u32
§hwndOwner: HWND
§hInstance: HINSTANCE
§lpszText: PCSTR
§lpszCaption: PCSTR
§dwStyle: MESSAGEBOX_STYLE
§lpszIcon: PCSTR
§dwContextHelpId: usize
§lpfnMsgBoxCallback: MSGBOXCALLBACK
§dwLanguageId: u32
Trait Implementations§
§impl Clone for MSGBOXPARAMSA
impl Clone for MSGBOXPARAMSA
§fn clone(&self) -> MSGBOXPARAMSA
fn clone(&self) -> MSGBOXPARAMSA
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 moreimpl Copy for MSGBOXPARAMSA
Auto Trait Implementations§
impl Freeze for MSGBOXPARAMSA
impl RefUnwindSafe for MSGBOXPARAMSA
impl !Send for MSGBOXPARAMSA
impl !Sync for MSGBOXPARAMSA
impl Unpin for MSGBOXPARAMSA
impl UnwindSafe for MSGBOXPARAMSA
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)