pub struct MessageBox { /* private fields */ }
Expand description
Message box modal dialogue
If title is not specified, then Default is Error
The default type is flags::MB_OK
Implementations§
Source§impl MessageBox
impl MessageBox
Auto Trait Implementations§
impl Freeze for MessageBox
impl RefUnwindSafe for MessageBox
impl !Send for MessageBox
impl !Sync for MessageBox
impl Unpin for MessageBox
impl UnwindSafe for MessageBox
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