Struct gstreamer_sys::GstClock [−][src]
#[repr(C)]pub struct GstClock { pub object: GstObject, pub priv_: *mut GstClockPrivate, pub _gst_reserved: [gpointer; 4], }
Fields
object: GstObject
priv_: *mut GstClockPrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstClock[src]
impl Copy for GstClockimpl Clone for GstClock[src]
impl Clone for GstClockfn clone(&self) -> GstClock[src]
fn clone(&self) -> GstClockReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GstClock[src]
impl Debug for GstClock