Struct gst::ffi::Struct__GstClock [] [src]

pub struct 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 Struct__GstClock
[src]

impl Clone for Struct__GstClock
[src]

fn clone(&self) -> Struct__GstClock

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Default for Struct__GstClock
[src]

fn default() -> Struct__GstClock

Returns the "default value" for a type. Read more