Struct gstreamer_sys::GstSystemClock [−][src]
#[repr(C)]pub struct GstSystemClock { pub clock: GstClock, pub priv_: *mut GstSystemClockPrivate, pub _gst_reserved: [gpointer; 4], }
Fields
clock: GstClockpriv_: *mut GstSystemClockPrivate_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstSystemClockimpl !Send for GstSystemClockimpl !Sync for GstSystemClockimpl Unpin for GstSystemClockimpl UnwindSafe for GstSystemClockBlanket Implementations
Mutably borrows from an owned value. Read more