Struct gstreamer_sys::GstStreamClass[][src]

#[repr(C)]
pub struct GstStreamClass { pub parent_class: GstObjectClass, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstStreamClass
[src]

impl Clone for GstStreamClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstStreamClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstStreamClass

impl !Sync for GstStreamClass