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: GstMetareference: *mut GstCapstimestamp: GstClockTimeduration: GstClockTimeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstReferenceTimestampMetaimpl !Send for GstReferenceTimestampMetaimpl !Sync for GstReferenceTimestampMetaimpl Unpin for GstReferenceTimestampMetaimpl UnwindSafe for GstReferenceTimestampMetaBlanket Implementations
Mutably borrows from an owned value. Read more