Struct windows_sys::Win32::Graphics::Printing::SHOWUIPARAMS
#[repr(C)]pub struct SHOWUIPARAMS {
pub UIType: UI_TYPE,
pub MessageBoxParams: MESSAGEBOX_PARAMS,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§UIType: UI_TYPE
§MessageBoxParams: MESSAGEBOX_PARAMS
Trait Implementations§
§impl Clone for SHOWUIPARAMS
impl Clone for SHOWUIPARAMS
impl Copy for SHOWUIPARAMS
Auto Trait Implementations§
impl RefUnwindSafe for SHOWUIPARAMS
impl !Send for SHOWUIPARAMS
impl !Sync for SHOWUIPARAMS
impl Unpin for SHOWUIPARAMS
impl UnwindSafe for SHOWUIPARAMS
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