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
impl Copy for GstAudioClock
[src]
impl Copy for GstAudioClock
impl Clone for GstAudioClock
[src]
impl Clone for GstAudioClock
fn clone(&self) -> GstAudioClock
[src]
fn clone(&self) -> GstAudioClock
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstAudioClock
[src]
impl Debug for GstAudioClock
Auto Trait Implementations
impl !Send for GstAudioClock
impl !Send for GstAudioClock
impl !Sync for GstAudioClock
impl !Sync for GstAudioClock