pub struct CompositionTimecode {
pub timecode_drop_frame: Option<bool>,
pub timecode_rate: Option<u32>,
pub timecode_start_address: Option<String>,
}Fields§
§timecode_drop_frame: Option<bool>§timecode_rate: Option<u32>§timecode_start_address: Option<String>Trait Implementations§
Source§impl Clone for CompositionTimecode
impl Clone for CompositionTimecode
Source§fn clone(&self) -> CompositionTimecode
fn clone(&self) -> CompositionTimecode
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 moreSource§impl Debug for CompositionTimecode
impl Debug for CompositionTimecode
Source§impl<'de> Deserialize<'de> for CompositionTimecode
impl<'de> Deserialize<'de> for CompositionTimecode
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
Source§impl PartialEq for CompositionTimecode
impl PartialEq for CompositionTimecode
Source§fn eq(&self, other: &CompositionTimecode) -> bool
fn eq(&self, other: &CompositionTimecode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CompositionTimecode
impl Serialize for CompositionTimecode
impl StructuralPartialEq for CompositionTimecode
Auto Trait Implementations§
impl Freeze for CompositionTimecode
impl RefUnwindSafe for CompositionTimecode
impl Send for CompositionTimecode
impl Sync for CompositionTimecode
impl Unpin for CompositionTimecode
impl UnsafeUnpin for CompositionTimecode
impl UnwindSafe for CompositionTimecode
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