Struct gstreamer_video_sys::GstVideoTimeCodeConfig[][src]

#[repr(C)]
pub struct GstVideoTimeCodeConfig { pub fps_n: c_uint, pub fps_d: c_uint, pub flags: GstVideoTimeCodeFlags, pub latest_daily_jam: *mut GDateTime, }

Fields

Trait Implementations

impl Copy for GstVideoTimeCodeConfig
[src]

impl Clone for GstVideoTimeCodeConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstVideoTimeCodeConfig
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstVideoTimeCodeConfig

impl !Sync for GstVideoTimeCodeConfig