Struct gstreamer_sys::GstControlSourceClass [] [src]

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

Fields

Trait Implementations

impl Copy for GstControlSourceClass
[src]

impl Clone for GstControlSourceClass
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GstControlSourceClass
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations