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