Struct mp4::TtxtConfig
source · pub struct TtxtConfig {}Trait Implementations§
source§impl Clone for TtxtConfig
impl Clone for TtxtConfig
source§fn clone(&self) -> TtxtConfig
fn clone(&self) -> TtxtConfig
Returns a copy 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 TtxtConfig
impl Debug for TtxtConfig
source§impl Default for TtxtConfig
impl Default for TtxtConfig
source§fn default() -> TtxtConfig
fn default() -> TtxtConfig
Returns the “default value” for a type. Read more
source§impl From<TtxtConfig> for TrackConfig
impl From<TtxtConfig> for TrackConfig
source§fn from(txtt_conf: TtxtConfig) -> Self
fn from(txtt_conf: TtxtConfig) -> Self
Converts to this type from the input type.
source§impl PartialEq for TtxtConfig
impl PartialEq for TtxtConfig
source§fn eq(&self, other: &TtxtConfig) -> bool
fn eq(&self, other: &TtxtConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for TtxtConfig
impl StructuralPartialEq for TtxtConfig
Auto Trait Implementations§
impl Freeze for TtxtConfig
impl RefUnwindSafe for TtxtConfig
impl Send for TtxtConfig
impl Sync for TtxtConfig
impl Unpin for TtxtConfig
impl UnwindSafe for TtxtConfig
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