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

Trait Implementations

impl Copy for GstAudioClock
[src]

impl Clone for GstAudioClock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstAudioClock
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstAudioClock

impl !Sync for GstAudioClock