#[repr(C)]pub struct mtmd_helper_video_init_params {
pub fps_target: f32,
pub ffmpeg_bin_dir: *const c_char,
pub timestamp_interval_ms: i64,
}Fields§
§fps_target: f32§ffmpeg_bin_dir: *const c_char§timestamp_interval_ms: i64Trait Implementations§
Source§impl Clone for mtmd_helper_video_init_params
impl Clone for mtmd_helper_video_init_params
Source§fn clone(&self) -> mtmd_helper_video_init_params
fn clone(&self) -> mtmd_helper_video_init_params
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for mtmd_helper_video_init_params
impl StructuralPartialEq for mtmd_helper_video_init_params
Auto Trait Implementations§
impl !Send for mtmd_helper_video_init_params
impl !Sync for mtmd_helper_video_init_params
impl Freeze for mtmd_helper_video_init_params
impl RefUnwindSafe for mtmd_helper_video_init_params
impl Unpin for mtmd_helper_video_init_params
impl UnsafeUnpin for mtmd_helper_video_init_params
impl UnwindSafe for mtmd_helper_video_init_params
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