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