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: GstClockTime
Trait 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 moresource§impl Debug for GstReferenceTimestampMeta
impl Debug for GstReferenceTimestampMeta
impl Copy for GstReferenceTimestampMeta
Auto Trait Implementations§
impl Freeze for GstReferenceTimestampMeta
impl RefUnwindSafe for GstReferenceTimestampMeta
impl !Send for GstReferenceTimestampMeta
impl !Sync for GstReferenceTimestampMeta
impl Unpin for GstReferenceTimestampMeta
impl UnwindSafe for GstReferenceTimestampMeta
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)