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