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