#[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