Struct gstreamer_video_sys::GstVideoTimeCodeInterval [−][src]
#[repr(C)]pub struct GstVideoTimeCodeInterval { pub hours: c_uint, pub minutes: c_uint, pub seconds: c_uint, pub frames: c_uint, }
Fields
hours: c_uint
minutes: c_uint
seconds: c_uint
frames: c_uint
Trait Implementations
impl Copy for GstVideoTimeCodeInterval
[src]
impl Copy for GstVideoTimeCodeInterval
impl Clone for GstVideoTimeCodeInterval
[src]
impl Clone for GstVideoTimeCodeInterval
fn clone(&self) -> GstVideoTimeCodeInterval
[src]
fn clone(&self) -> GstVideoTimeCodeInterval
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstVideoTimeCodeInterval
[src]
impl Debug for GstVideoTimeCodeInterval
Auto Trait Implementations
impl Send for GstVideoTimeCodeInterval
impl Send for GstVideoTimeCodeInterval
impl Sync for GstVideoTimeCodeInterval
impl Sync for GstVideoTimeCodeInterval