#[repr(u8)]pub enum Ac12toe {
AC12TOE_0 = 0,
AC12TOE_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Ac12toe
impl Ord for Ac12toe
Source§impl PartialOrd for Ac12toe
impl PartialOrd for Ac12toe
impl Copy for Ac12toe
impl Eq for Ac12toe
impl StructuralPartialEq for Ac12toe
Auto Trait Implementations§
impl Freeze for Ac12toe
impl RefUnwindSafe for Ac12toe
impl Send for Ac12toe
impl Sync for Ac12toe
impl Unpin for Ac12toe
impl UnwindSafe for Ac12toe
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