#[repr(C)]pub enum DialogButtons {
Ok = 0,
OkCancel = 1,
YesNo = 2,
Quit = 3,
}Variants§
Auto Trait Implementations§
impl Freeze for DialogButtons
impl RefUnwindSafe for DialogButtons
impl Send for DialogButtons
impl Sync for DialogButtons
impl Unpin for DialogButtons
impl UnsafeUnpin for DialogButtons
impl UnwindSafe for DialogButtons
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