pub struct TrackCompositeOptions {
pub encoding: EncodingOptions,
pub audio_track_id: String,
pub video_track_id: String,
}
Fields§
§encoding: EncodingOptions
§audio_track_id: String
§video_track_id: String
Trait Implementations§
Source§impl Clone for TrackCompositeOptions
impl Clone for TrackCompositeOptions
Source§fn clone(&self) -> TrackCompositeOptions
fn clone(&self) -> TrackCompositeOptions
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 TrackCompositeOptions
impl Debug for TrackCompositeOptions
Source§impl Default for TrackCompositeOptions
impl Default for TrackCompositeOptions
Source§fn default() -> TrackCompositeOptions
fn default() -> TrackCompositeOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TrackCompositeOptions
impl RefUnwindSafe for TrackCompositeOptions
impl Send for TrackCompositeOptions
impl Sync for TrackCompositeOptions
impl Unpin for TrackCompositeOptions
impl UnwindSafe for TrackCompositeOptions
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