pub enum AtcType {
Ltc,
Vitc,
}Expand description
ATC timecode type embedded in SDI ancillary data.
Variants§
Trait Implementations§
impl Eq for AtcType
impl StructuralPartialEq for AtcType
Auto Trait Implementations§
impl Freeze for AtcType
impl RefUnwindSafe for AtcType
impl Send for AtcType
impl Sync for AtcType
impl Unpin for AtcType
impl UnsafeUnpin for AtcType
impl UnwindSafe for AtcType
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