Struct windows_sys::UI::Popups::MessageDialogOptions
[−]#[repr(transparent)]pub struct MessageDialogOptions(pub u32);
Expand description
Required features: ‘UI_Popups’
Tuple Fields
0: u32
Implementations
impl MessageDialogOptions
impl MessageDialogOptions
pub const None: Self
pub const AcceptUserInputAfterDelay: Self
Trait Implementations
impl Clone for MessageDialogOptions
impl Clone for MessageDialogOptions
impl Copy for MessageDialogOptions
Auto Trait Implementations
impl RefUnwindSafe for MessageDialogOptions
impl Send for MessageDialogOptions
impl Sync for MessageDialogOptions
impl Unpin for MessageDialogOptions
impl UnwindSafe for MessageDialogOptions
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