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