Struct ffmpeg_sidecar::event::FfmpegConfiguration
source · pub struct FfmpegConfiguration {
pub configuration: Vec<String>,
pub raw_log_message: String,
}Fields§
§configuration: Vec<String>§raw_log_message: StringTrait Implementations§
source§impl Clone for FfmpegConfiguration
impl Clone for FfmpegConfiguration
source§fn clone(&self) -> FfmpegConfiguration
fn clone(&self) -> FfmpegConfiguration
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 FfmpegConfiguration
impl Debug for FfmpegConfiguration
source§impl PartialEq for FfmpegConfiguration
impl PartialEq for FfmpegConfiguration
source§fn eq(&self, other: &FfmpegConfiguration) -> bool
fn eq(&self, other: &FfmpegConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for FfmpegConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for FfmpegConfiguration
impl Send for FfmpegConfiguration
impl Sync for FfmpegConfiguration
impl Unpin for FfmpegConfiguration
impl UnwindSafe for FfmpegConfiguration
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