pub enum TimeCodeFormat {
Fps24,
Fps25,
Fps30,
Fps30DropFrame,
Fps50,
Fps60,
Fps60DropFrame,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TimeCodeFormat
impl Clone for TimeCodeFormat
Source§fn clone(&self) -> TimeCodeFormat
fn clone(&self) -> TimeCodeFormat
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 moreSource§impl Debug for TimeCodeFormat
impl Debug for TimeCodeFormat
Source§impl Default for TimeCodeFormat
impl Default for TimeCodeFormat
Source§impl Display for TimeCodeFormat
impl Display for TimeCodeFormat
Source§impl Into<&str> for TimeCodeFormat
impl Into<&str> for TimeCodeFormat
Source§impl Into<String> for TimeCodeFormat
impl Into<String> for TimeCodeFormat
Source§impl PartialEq for TimeCodeFormat
impl PartialEq for TimeCodeFormat
impl Copy for TimeCodeFormat
impl Eq for TimeCodeFormat
impl StructuralPartialEq for TimeCodeFormat
Auto Trait Implementations§
impl Freeze for TimeCodeFormat
impl RefUnwindSafe for TimeCodeFormat
impl Send for TimeCodeFormat
impl Sync for TimeCodeFormat
impl Unpin for TimeCodeFormat
impl UnwindSafe for TimeCodeFormat
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