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 GstSystemClockClass
impl Clone for GstSystemClockClass
[src]
impl Clone for GstSystemClockClass
fn clone(&self) -> GstSystemClockClass
[src]
fn clone(&self) -> GstSystemClockClass
Returns 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 GstSystemClockClass
Auto Trait Implementations
impl !Send for GstSystemClockClass
impl !Send for GstSystemClockClass
impl !Sync for GstSystemClockClass
impl !Sync for GstSystemClockClass