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

Trait Implementations

impl Copy for GstVideoTimeCodeInterval
[src]

impl Clone for GstVideoTimeCodeInterval
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstVideoTimeCodeInterval
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GstVideoTimeCodeInterval

impl Sync for GstVideoTimeCodeInterval