#[repr(u8)]pub enum GuiMode {
Auto = 0,
Single = 1,
Tab = 2,
}Variants§
Implementations§
Trait Implementations§
Source§impl TryFromPrimitive for GuiMode
impl TryFromPrimitive for GuiMode
impl Copy for GuiMode
impl Eq for GuiMode
impl StructuralPartialEq for GuiMode
Auto Trait Implementations§
impl Freeze for GuiMode
impl RefUnwindSafe for GuiMode
impl Send for GuiMode
impl Sync for GuiMode
impl Unpin for GuiMode
impl UnsafeUnpin for GuiMode
impl UnwindSafe for GuiMode
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