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