#[repr(u8)]pub enum KindA64 {
none = 0,
w = 1,
x = 2,
s = 3,
d = 4,
q = 5,
}Variants§
Implementations§
Trait Implementations§
impl Copy for KindA64
impl Eq for KindA64
impl StructuralPartialEq for KindA64
Auto Trait Implementations§
impl Freeze for KindA64
impl RefUnwindSafe for KindA64
impl Send for KindA64
impl Sync for KindA64
impl Unpin for KindA64
impl UnsafeUnpin for KindA64
impl UnwindSafe for KindA64
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