#[repr(C)]pub struct AVTimecode {
pub start: c_int,
pub flags: u32,
pub rate: AVRational,
pub fps: c_uint,
}Fields§
§start: c_int§flags: u32§rate: AVRational§fps: c_uintTrait Implementations§
Source§impl Clone for AVTimecode
impl Clone for AVTimecode
Source§fn clone(&self) -> AVTimecode
fn clone(&self) -> AVTimecode
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 AVTimecode
Source§impl Debug for AVTimecode
impl Debug for AVTimecode
impl Eq for AVTimecode
Source§impl PartialEq for AVTimecode
impl PartialEq for AVTimecode
impl StructuralPartialEq for AVTimecode
Auto Trait Implementations§
impl Freeze for AVTimecode
impl RefUnwindSafe for AVTimecode
impl Send for AVTimecode
impl Sync for AVTimecode
impl Unpin for AVTimecode
impl UnsafeUnpin for AVTimecode
impl UnwindSafe for AVTimecode
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