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,
}
Expand description
Required features: ‘Win32_UI_WindowsAndMessaging’, ‘Win32_Foundation’, ‘Win32_UI_Shell’
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
impl Copy for MSGBOXPARAMSA
Auto Trait Implementations
impl RefUnwindSafe for MSGBOXPARAMSA
impl !Send for MSGBOXPARAMSA
impl !Sync for MSGBOXPARAMSA
impl Unpin for MSGBOXPARAMSA
impl UnwindSafe for MSGBOXPARAMSA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more