pub struct Cea608Row { /* private fields */ }Available on crate feature
decode only.Expand description
One row of a 608 caption screen.
Implementations§
Trait Implementations§
impl Eq for Cea608Row
impl StructuralPartialEq for Cea608Row
Auto Trait Implementations§
impl Freeze for Cea608Row
impl RefUnwindSafe for Cea608Row
impl Send for Cea608Row
impl Sync for Cea608Row
impl Unpin for Cea608Row
impl UnsafeUnpin for Cea608Row
impl UnwindSafe for Cea608Row
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