Struct gstreamer_sys::GstTracer[][src]

#[repr(C)]
pub struct GstTracer { pub parent: GstObject, pub priv_: *mut GstTracerPrivate, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstTracer
[src]

impl Clone for GstTracer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstTracer
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstTracer

impl !Sync for GstTracer