Struct gstreamer_sys::GstClockClass[][src]

#[repr(C)]
pub struct GstClockClass { pub parent_class: GstObjectClass, pub change_resolution: Option<unsafe extern "C" fn(_: *mut GstClock, _: GstClockTime, _: GstClockTime) -> GstClockTime>, pub get_resolution: Option<unsafe extern "C" fn(_: *mut GstClock) -> GstClockTime>, pub get_internal_time: Option<unsafe extern "C" fn(_: *mut GstClock) -> GstClockTime>, pub wait: Option<unsafe extern "C" fn(_: *mut GstClock, _: *mut GstClockEntry, _: *mut GstClockTimeDiff) -> GstClockReturn>, pub wait_async: Option<unsafe extern "C" fn(_: *mut GstClock, _: *mut GstClockEntry) -> GstClockReturn>, pub unschedule: Option<unsafe extern "C" fn(_: *mut GstClock, _: *mut GstClockEntry)>, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstClockClass
[src]

impl Clone for GstClockClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstClockClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstClockClass

impl !Sync for GstClockClass