Struct gst::ffi::Struct__GstClockEntry [−][src]
#[repr(C)]pub struct Struct__GstClockEntry { pub refcount: gint, pub clock: *mut GstClock, pub _type: GstClockEntryType, pub time: GstClockTime, pub interval: GstClockTime, pub status: GstClockReturn, pub func: GstClockCallback, pub user_data: gpointer, pub destroy_data: GDestroyNotify, pub unscheduled: gboolean, pub woken_up: gboolean, pub _gst_reserved: [gpointer; 4], }
Fields
refcount: gint
clock: *mut GstClock
_type: GstClockEntryType
time: GstClockTime
interval: GstClockTime
status: GstClockReturn
func: GstClockCallback
user_data: gpointer
destroy_data: GDestroyNotify
unscheduled: gboolean
woken_up: gboolean
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Default for Struct__GstClockEntry
[src]
impl Default for Struct__GstClockEntry
fn default() -> Struct__GstClockEntry
[src]
fn default() -> Struct__GstClockEntry
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct__GstClockEntry
impl !Send for Struct__GstClockEntry
impl !Sync for Struct__GstClockEntry
impl !Sync for Struct__GstClockEntry