pub enum Cea608 {
Field1(u8, u8),
Field2(u8, u8),
}Expand description
A CEA-608 compatibility byte pair
Variants§
Trait Implementations§
impl Copy for Cea608
impl Eq for Cea608
impl StructuralPartialEq for Cea608
Auto Trait Implementations§
impl Freeze for Cea608
impl RefUnwindSafe for Cea608
impl Send for Cea608
impl Sync for Cea608
impl Unpin for Cea608
impl UnwindSafe for Cea608
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