Struct GstAudio Clock
Source #[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§
Source§impl Clone for GstAudioClock
impl Clone for GstAudioClock
Source§fn clone(&self) -> GstAudioClock
fn clone(&self) -> GstAudioClock
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstAudioClock
Auto Trait Implementations§
impl !Send for GstAudioClock
impl !Sync for GstAudioClock
impl Freeze for GstAudioClock
impl RefUnwindSafe for GstAudioClock
impl Unpin for GstAudioClock
impl UnsafeUnpin for GstAudioClock
impl UnwindSafe for GstAudioClock
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more