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 for FfmpegOutput
impl PartialEq 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 ==.impl StructuralPartialEq for FfmpegOutput
Auto Trait Implementations§
impl RefUnwindSafe for FfmpegOutput
impl Send for FfmpegOutput
impl Sync for FfmpegOutput
impl Unpin for FfmpegOutput
impl UnwindSafe for FfmpegOutput
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