Struct gstreamer_sys::GstReferenceTimestampMeta[][src]

#[repr(C)]
pub struct GstReferenceTimestampMeta { pub parent: GstMeta, pub reference: *mut GstCaps, pub timestamp: GstClockTime, pub duration: GstClockTime, }

Fields

Trait Implementations

impl Copy for GstReferenceTimestampMeta
[src]

impl Clone for GstReferenceTimestampMeta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstReferenceTimestampMeta
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstReferenceTimestampMeta

impl !Sync for GstReferenceTimestampMeta