pub struct TranscodeConfig {
pub image: ImageDigest,
pub args: Vec<String>,
pub allow_networking: bool,
pub segment_time: f32,
}
Fields§
§image: ImageDigest
§args: Vec<String>
§allow_networking: bool
§segment_time: f32
Trait Implementations§
Source§impl Clone for TranscodeConfig
impl Clone for TranscodeConfig
Source§fn clone(&self) -> TranscodeConfig
fn clone(&self) -> TranscodeConfig
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 moreAuto Trait Implementations§
impl Freeze for TranscodeConfig
impl RefUnwindSafe for TranscodeConfig
impl Send for TranscodeConfig
impl Sync for TranscodeConfig
impl Unpin for TranscodeConfig
impl UnwindSafe for TranscodeConfig
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