Struct gstreamer_sys::GstClock[][src]

#[repr(C)]
pub struct GstClock { pub object: GstObject, pub priv_: *mut GstClockPrivate, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstClock
[src]

impl Clone for GstClock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstClock
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstClock

impl !Sync for GstClock