pub enum VitcLine {
Line14,
Line16,
Line19,
Line21,
Custom(u16),
}Expand description
VITC line number selector for standard formats.
Variants§
Line14
Line 14 (common for 525-line systems).
Line16
Line 16 (alternate for 525-line systems).
Line19
Line 19 (common for 625-line systems).
Line21
Line 21 (alternate for 625-line systems).
Custom(u16)
Custom line number.
Implementations§
Trait Implementations§
impl Copy for VitcLine
impl Eq for VitcLine
impl StructuralPartialEq for VitcLine
Auto Trait Implementations§
impl Freeze for VitcLine
impl RefUnwindSafe for VitcLine
impl Send for VitcLine
impl Sync for VitcLine
impl Unpin for VitcLine
impl UnsafeUnpin for VitcLine
impl UnwindSafe for VitcLine
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