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