pub enum MuxOptions {
Disabled,
Ffmpeg {
binary: PathBuf,
},
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MuxOptions
impl Clone for MuxOptions
Source§fn clone(&self) -> MuxOptions
fn clone(&self) -> MuxOptions
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 MuxOptions
impl Debug for MuxOptions
impl Eq for MuxOptions
Source§impl PartialEq for MuxOptions
impl PartialEq for MuxOptions
Source§fn eq(&self, other: &MuxOptions) -> bool
fn eq(&self, other: &MuxOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MuxOptions
Auto Trait Implementations§
impl Freeze for MuxOptions
impl RefUnwindSafe for MuxOptions
impl Send for MuxOptions
impl Sync for MuxOptions
impl Unpin for MuxOptions
impl UnsafeUnpin for MuxOptions
impl UnwindSafe for MuxOptions
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