Struct gstreamer_check_sys::GstTestClock [−][src]
#[repr(C)]pub struct GstTestClock { pub parent: GstClock, pub priv_: *mut GstTestClockPrivate, }
Fields
parent: GstClock
priv_: *mut GstTestClockPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstTestClock
impl !Send for GstTestClock
impl !Sync for GstTestClock
impl Unpin for GstTestClock
impl UnwindSafe for GstTestClock
Blanket Implementations
Mutably borrows from an owned value. Read more