pub struct Cea608Screen { /* private fields */ }Available on crate feature
decode only.Expand description
A 608 caption screen — SCREEN_ROWS rows of styled cells.
Implementations§
Trait Implementations§
Source§impl Clone for Cea608Screen
impl Clone for Cea608Screen
Source§fn clone(&self) -> Cea608Screen
fn clone(&self) -> Cea608Screen
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Cea608Screen
impl Debug for Cea608Screen
Source§impl Default for Cea608Screen
impl Default for Cea608Screen
Source§fn default() -> Cea608Screen
fn default() -> Cea608Screen
Returns the “default value” for a type. Read more
impl Eq for Cea608Screen
Source§impl PartialEq for Cea608Screen
impl PartialEq for Cea608Screen
Source§fn eq(&self, other: &Cea608Screen) -> bool
fn eq(&self, other: &Cea608Screen) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for Cea608Screen
impl Serialize for Cea608Screen
impl StructuralPartialEq for Cea608Screen
Auto Trait Implementations§
impl Freeze for Cea608Screen
impl RefUnwindSafe for Cea608Screen
impl Send for Cea608Screen
impl Sync for Cea608Screen
impl Unpin for Cea608Screen
impl UnsafeUnpin for Cea608Screen
impl UnwindSafe for Cea608Screen
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