pub struct LtcDecoder { /* private fields */ }Expand description
LTC (Linear Timecode) decoder state.
Implementations§
Source§impl LtcDecoder
impl LtcDecoder
Trait Implementations§
Source§impl Clone for LtcDecoder
impl Clone for LtcDecoder
Source§fn clone(&self) -> LtcDecoder
fn clone(&self) -> LtcDecoder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LtcDecoder
impl RefUnwindSafe for LtcDecoder
impl Send for LtcDecoder
impl Sync for LtcDecoder
impl Unpin for LtcDecoder
impl UnsafeUnpin for LtcDecoder
impl UnwindSafe for LtcDecoder
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