pub enum DIALOG_TYPE {
DIALOG_MSG = 0,
DIALOG_MENU = 1,
DIALOG_TEXT = 2,
DIALOG_ENTRY = 3,
DIALOG_ASKCONNECT = 4,
}
Variants§
Auto Trait Implementations§
impl Freeze for DIALOG_TYPE
impl RefUnwindSafe for DIALOG_TYPE
impl Send for DIALOG_TYPE
impl Sync for DIALOG_TYPE
impl Unpin for DIALOG_TYPE
impl UnwindSafe for DIALOG_TYPE
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