#[repr(u8)]pub enum TimX {
A = 0,
B = 1,
C = 2,
D = 3,
E = 4,
F = 5,
}
Variants§
Trait Implementations§
impl Copy for TimX
impl Eq for TimX
impl StructuralPartialEq for TimX
Auto Trait Implementations§
impl Freeze for TimX
impl RefUnwindSafe for TimX
impl Send for TimX
impl Sync for TimX
impl Unpin for TimX
impl UnwindSafe for TimX
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