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