pub enum ExactSourceTimelineModeWireV1 {
Show 18 variants
Default,
Fps120,
Fps100,
Fps60,
Fps50,
Fps48,
Fps30,
Fps30Drop,
NtscDropFrame,
NtscFullFrame,
Pal,
Fps24,
Fps1000,
FilmFullFrame,
Custom,
Fps96,
Fps72,
Fps59Dot94,
}Expand description
Exact source time-mode wire token.
Variants§
Default
The source default time mode.
Fps120
120 frames per second.
Fps100
100 frames per second.
Fps60
60 frames per second.
Fps50
50 frames per second.
Fps48
48 frames per second.
Fps30
30 frames per second.
Fps30Drop
source 30-fps drop-frame mode.
NtscDropFrame
NTSC drop-frame mode.
NtscFullFrame
NTSC full-frame mode.
Pal
PAL mode.
Fps24
24 frames per second.
Fps1000
1000 frames per second.
FilmFullFrame
Film full-frame mode.
Custom
A document-declared custom frame rate.
Fps96
96 frames per second.
Fps72
72 frames per second.
Fps59Dot94
59.94 frames per second.
Trait Implementations§
Source§impl Clone for ExactSourceTimelineModeWireV1
impl Clone for ExactSourceTimelineModeWireV1
Source§fn clone(&self) -> ExactSourceTimelineModeWireV1
fn clone(&self) -> ExactSourceTimelineModeWireV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExactSourceTimelineModeWireV1
Source§impl<'de> Deserialize<'de> for ExactSourceTimelineModeWireV1
impl<'de> Deserialize<'de> for ExactSourceTimelineModeWireV1
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ExactSourceTimelineModeWireV1
Source§impl From<SourceTimelineModeV1> for ExactSourceTimelineModeWireV1
impl From<SourceTimelineModeV1> for ExactSourceTimelineModeWireV1
Source§fn from(value: SourceTimelineModeV1) -> Self
fn from(value: SourceTimelineModeV1) -> Self
Converts to this type from the input type.
Source§impl Ord for ExactSourceTimelineModeWireV1
impl Ord for ExactSourceTimelineModeWireV1
Source§fn cmp(&self, other: &ExactSourceTimelineModeWireV1) -> Ordering
fn cmp(&self, other: &ExactSourceTimelineModeWireV1) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ExactSourceTimelineModeWireV1
impl PartialOrd for ExactSourceTimelineModeWireV1
impl StructuralPartialEq for ExactSourceTimelineModeWireV1
Auto Trait Implementations§
impl Freeze for ExactSourceTimelineModeWireV1
impl RefUnwindSafe for ExactSourceTimelineModeWireV1
impl Send for ExactSourceTimelineModeWireV1
impl Sync for ExactSourceTimelineModeWireV1
impl Unpin for ExactSourceTimelineModeWireV1
impl UnsafeUnpin for ExactSourceTimelineModeWireV1
impl UnwindSafe for ExactSourceTimelineModeWireV1
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