pub struct LtcBitEncoder;Expand description
Converts timecode fields into an 80-bit LTC word (as a [u8; 80] of 0/1).
This mirrors the SMPTE 12M standard bit layout.
Implementations§
Trait Implementations§
Source§impl Clone for LtcBitEncoder
impl Clone for LtcBitEncoder
Source§fn clone(&self) -> LtcBitEncoder
fn clone(&self) -> LtcBitEncoder
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 LtcBitEncoder
impl RefUnwindSafe for LtcBitEncoder
impl Send for LtcBitEncoder
impl Sync for LtcBitEncoder
impl Unpin for LtcBitEncoder
impl UnsafeUnpin for LtcBitEncoder
impl UnwindSafe for LtcBitEncoder
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