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
Auto Trait Implementations
impl RefUnwindSafe for GstReferenceTimestampMeta
impl !Send for GstReferenceTimestampMeta
impl !Sync for GstReferenceTimestampMeta
impl Unpin for GstReferenceTimestampMeta
impl UnwindSafe for GstReferenceTimestampMeta
Blanket Implementations
Mutably borrows from an owned value. Read more