Struct gstreamer_sys::GstReferenceTimestampMeta
source · #[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: GstClockTimeTrait Implementations§
source§impl Clone for GstReferenceTimestampMeta
impl Clone for GstReferenceTimestampMeta
source§fn clone(&self) -> GstReferenceTimestampMeta
fn clone(&self) -> GstReferenceTimestampMeta
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more