Struct gstreamer_sys::GstSystemClockClass [−][src]
#[repr(C)]pub struct GstSystemClockClass { pub parent_class: GstClockClass, pub _gst_reserved: [gpointer; 4], }
Fields
parent_class: GstClockClass
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstSystemClockClass[src]
impl Copy for GstSystemClockClassimpl Clone for GstSystemClockClass[src]
impl Clone for GstSystemClockClassfn clone(&self) -> GstSystemClockClass[src]
fn clone(&self) -> GstSystemClockClassReturns 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 GstSystemClockClass[src]
impl Debug for GstSystemClockClassAuto Trait Implementations
impl !Send for GstSystemClockClass
impl !Send for GstSystemClockClassimpl !Sync for GstSystemClockClass
impl !Sync for GstSystemClockClass