Struct cea608_types::Cea608State
source · pub struct Cea608State { /* private fields */ }Expand description
Helper struct that has two purposes:
- Tracks the previous data for control code de-duplication
- Adds the last received channel to non control codes.
Implementations§
Trait Implementations§
source§impl Debug for Cea608State
impl Debug for Cea608State
source§impl Default for Cea608State
impl Default for Cea608State
source§fn default() -> Cea608State
fn default() -> Cea608State
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Cea608State
impl RefUnwindSafe for Cea608State
impl Send for Cea608State
impl Sync for Cea608State
impl Unpin for Cea608State
impl UnwindSafe for Cea608State
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