Struct gstreamer_audio_sys::GstAudioClock [−][src]
#[repr(C)]pub struct GstAudioClock { pub clock: GstSystemClock, pub func: GstAudioClockGetTimeFunc, pub user_data: gpointer, pub destroy_notify: GDestroyNotify, pub last_time: GstClockTime, pub time_offset: GstClockTimeDiff, pub _gst_reserved: [gpointer; 4], }
Fields
clock: GstSystemClock
func: GstAudioClockGetTimeFunc
user_data: gpointer
destroy_notify: GDestroyNotify
last_time: GstClockTime
time_offset: GstClockTimeDiff
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstAudioClock
impl !Send for GstAudioClock
impl !Sync for GstAudioClock
impl Unpin for GstAudioClock
impl UnwindSafe for GstAudioClock
Blanket Implementations
Mutably borrows from an owned value. Read more