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