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

Trait Implementations

impl Default for Struct__GstClockEntry
[src]

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

Auto Trait Implementations

impl !Send for Struct__GstClockEntry

impl !Sync for Struct__GstClockEntry