pub enum Id {
CC1,
CC2,
CC3,
CC4,
}Expand description
A CEA-608 caption identifier unique within a CEA-608 stream
Variants§
CC1
The CC1 caption stream placed in field 1 with caption channel 1.
CC2
The CC2 caption stream placed in field 1 with caption channel 2.
CC3
The CC1 caption stream placed in field 2 with caption channel 1.
CC4
The CC4 caption stream placed in field 2 with caption channel 2.
Implementations§
Trait Implementations§
impl Copy for Id
impl Eq for Id
impl StructuralPartialEq for Id
Auto Trait Implementations§
impl Freeze for Id
impl RefUnwindSafe for Id
impl Send for Id
impl Sync for Id
impl Unpin for Id
impl UnwindSafe for Id
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