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: GstMetareference: *mut GstCapstimestamp: GstClockTimeduration: GstClockTimeTrait 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