Struct gstreamer_sys::GstTracer [−][src]
#[repr(C)]pub struct GstTracer { pub parent: GstObject, pub priv_: *mut GstTracerPrivate, pub _gst_reserved: [gpointer; 4], }
Fields
parent: GstObjectpriv_: *mut GstTracerPrivate_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstTracerimpl UnwindSafe for GstTracerBlanket Implementations
Mutably borrows from an owned value. Read more