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_Graphics_Printing", "Win32_Foundation"
Fields
UIType: UI_TYPEMessageBoxParams: MESSAGEBOX_PARAMSTrait 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more