Struct windows_sys::Win32::Graphics::Printing::MESSAGEBOX_PARAMS
#[repr(C)]pub struct MESSAGEBOX_PARAMS {
pub cbSize: u32,
pub pTitle: PWSTR,
pub pMessage: PWSTR,
pub Style: u32,
pub dwTimeout: u32,
pub bWait: BOOL,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§cbSize: u32
§pTitle: PWSTR
§pMessage: PWSTR
§Style: u32
§dwTimeout: u32
§bWait: BOOL
Trait Implementations§
§impl Clone for MESSAGEBOX_PARAMS
impl Clone for MESSAGEBOX_PARAMS
impl Copy for MESSAGEBOX_PARAMS
Auto Trait Implementations§
impl RefUnwindSafe for MESSAGEBOX_PARAMS
impl !Send for MESSAGEBOX_PARAMS
impl !Sync for MESSAGEBOX_PARAMS
impl Unpin for MESSAGEBOX_PARAMS
impl UnwindSafe for MESSAGEBOX_PARAMS
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