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