pub struct MuxerSettings {
pub interleave: bool,
pub muxer_options: Dictionary,
}
Fields§
§interleave: bool
§muxer_options: Dictionary
Implementations§
Source§impl MuxerSettings
impl MuxerSettings
pub fn builder() -> MuxerSettingsBuilder
Trait Implementations§
Source§impl Clone for MuxerSettings
impl Clone for MuxerSettings
Source§fn clone(&self) -> MuxerSettings
fn clone(&self) -> MuxerSettings
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 MuxerSettings
impl Debug for MuxerSettings
Auto Trait Implementations§
impl Freeze for MuxerSettings
impl RefUnwindSafe for MuxerSettings
impl Send for MuxerSettings
impl !Sync for MuxerSettings
impl Unpin for MuxerSettings
impl UnwindSafe for MuxerSettings
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