Struct ffmpeg_sidecar::event::FfmpegOutput
source · pub struct FfmpegOutput {
pub to: String,
pub index: u32,
pub raw_log_message: String,
}Fields§
§to: String§index: u32§raw_log_message: StringImplementations§
Trait Implementations§
source§impl Clone for FfmpegOutput
impl Clone for FfmpegOutput
source§fn clone(&self) -> FfmpegOutput
fn clone(&self) -> FfmpegOutput
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 FfmpegOutput
impl Debug for FfmpegOutput
source§impl PartialEq<FfmpegOutput> for FfmpegOutput
impl PartialEq<FfmpegOutput> for FfmpegOutput
source§fn eq(&self, other: &FfmpegOutput) -> bool
fn eq(&self, other: &FfmpegOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.