Struct gstreamer_sys::GstReferenceTimestampMeta [−][src]
#[repr(C)]pub struct GstReferenceTimestampMeta { pub parent: GstMeta, pub reference: *mut GstCaps, pub timestamp: GstClockTime, pub duration: GstClockTime, }
Fields
parent: GstMeta
reference: *mut GstCaps
timestamp: GstClockTime
duration: GstClockTime
Trait Implementations
impl Copy for GstReferenceTimestampMeta[src]
impl Copy for GstReferenceTimestampMetaimpl Clone for GstReferenceTimestampMeta[src]
impl Clone for GstReferenceTimestampMetafn clone(&self) -> GstReferenceTimestampMeta[src]
fn clone(&self) -> GstReferenceTimestampMetaReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GstReferenceTimestampMeta[src]
impl Debug for GstReferenceTimestampMetaAuto Trait Implementations
impl !Send for GstReferenceTimestampMeta
impl !Send for GstReferenceTimestampMetaimpl !Sync for GstReferenceTimestampMeta
impl !Sync for GstReferenceTimestampMeta