pub struct FfmpegOutput {
pub to: String,
pub index: u32,
pub raw_log_message: String,
}
Fields§
§to: String
§index: u32
§raw_log_message: String
Implementations§
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
impl StructuralPartialEq for FfmpegOutput
Auto Trait Implementations§
impl Freeze for FfmpegOutput
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)