Struct gstreamer_sys::GstControlBinding[][src]

#[repr(C)]
pub struct GstControlBinding { pub parent: GstObject, pub name: *mut c_char, pub pspec: *mut GParamSpec, pub object: *mut GstObject, pub disabled: gboolean, pub ABI: GstControlBinding_ABI, }

Fields

Trait Implementations

impl Copy for GstControlBinding
[src]

impl Clone for GstControlBinding
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstControlBinding
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstControlBinding

impl !Sync for GstControlBinding