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