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_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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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