Struct gstreamer_video_sys::GstVideoTimeCodeMeta[][src]

#[repr(C)]
pub struct GstVideoTimeCodeMeta { pub meta: GstMeta, pub tc: GstVideoTimeCode, }

Fields

Trait Implementations

impl Copy for GstVideoTimeCodeMeta
[src]

impl Clone for GstVideoTimeCodeMeta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstVideoTimeCodeMeta
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstVideoTimeCodeMeta

impl !Sync for GstVideoTimeCodeMeta