#[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

parent_class: GstObjectClasschange_resolution: Option<unsafe extern "C" fn(_: *mut GstClock, _: GstClockTime, _: GstClockTime) -> GstClockTime>get_resolution: Option<unsafe extern "C" fn(_: *mut GstClock) -> GstClockTime>get_internal_time: Option<unsafe extern "C" fn(_: *mut GstClock) -> GstClockTime>wait: Option<unsafe extern "C" fn(_: *mut GstClock, _: *mut GstClockEntry, _: *mut GstClockTimeDiff) -> GstClockReturn>wait_async: Option<unsafe extern "C" fn(_: *mut GstClock, _: *mut GstClockEntry) -> GstClockReturn>unschedule: Option<unsafe extern "C" fn(_: *mut GstClock, _: *mut GstClockEntry)>_gst_reserved: [gpointer; 4]

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.