#[repr(u8)]pub enum FrameType {
Film = 0,
EBU = 1,
DF = 2,
SMPTE = 3,
}Expand description
The framerate being used for a particular Timecode stream.
Variants§
Film = 0
FrameType Film 24fps
EBU = 1
FrameType EBU 25fps
DF = 2
FrameType DF 29.97fps
SMPTE = 3
FrameType SMPTE 30fps
Trait Implementations§
impl Copy for FrameType
impl StructuralPartialEq for FrameType
Auto Trait Implementations§
impl Freeze for FrameType
impl RefUnwindSafe for FrameType
impl Send for FrameType
impl Sync for FrameType
impl Unpin for FrameType
impl UnwindSafe for FrameType
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