#[repr(C)]pub struct mtmd_helper_video_info {
pub width: u32,
pub height: u32,
pub fps: f32,
pub n_frames: i32,
}Fields§
§width: u32§height: u32§fps: f32§n_frames: i32Trait Implementations§
Source§impl Clone for mtmd_helper_video_info
impl Clone for mtmd_helper_video_info
Source§fn clone(&self) -> mtmd_helper_video_info
fn clone(&self) -> mtmd_helper_video_info
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_info
Source§impl Debug for mtmd_helper_video_info
impl Debug for mtmd_helper_video_info
Source§impl PartialEq for mtmd_helper_video_info
impl PartialEq for mtmd_helper_video_info
impl StructuralPartialEq for mtmd_helper_video_info
Auto Trait Implementations§
impl Freeze for mtmd_helper_video_info
impl RefUnwindSafe for mtmd_helper_video_info
impl Send for mtmd_helper_video_info
impl Sync for mtmd_helper_video_info
impl Unpin for mtmd_helper_video_info
impl UnsafeUnpin for mtmd_helper_video_info
impl UnwindSafe for mtmd_helper_video_info
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