Struct gstreamer_video_sys::GstVideoTimeCode[][src]

#[repr(C)]
pub struct GstVideoTimeCode { pub config: GstVideoTimeCodeConfig, pub hours: c_uint, pub minutes: c_uint, pub seconds: c_uint, pub frames: c_uint, pub field_count: c_uint, }

Fields

Trait Implementations

impl Copy for GstVideoTimeCode
[src]

impl Clone for GstVideoTimeCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstVideoTimeCode
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstVideoTimeCode

impl !Sync for GstVideoTimeCode