pub struct TranscodeProfile {
pub profile: String,
pub input_id: String,
pub options: Vec<FfmpegOption>,
}Fields§
§profile: String§input_id: String§options: Vec<FfmpegOption>Trait Implementations§
Source§impl Clone for TranscodeProfile
impl Clone for TranscodeProfile
Source§fn clone(&self) -> TranscodeProfile
fn clone(&self) -> TranscodeProfile
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 moreAuto Trait Implementations§
impl Freeze for TranscodeProfile
impl RefUnwindSafe for TranscodeProfile
impl Send for TranscodeProfile
impl Sync for TranscodeProfile
impl Unpin for TranscodeProfile
impl UnwindSafe for TranscodeProfile
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