Struct gstreamer_controller_sys::GstProxyControlBinding [−][src]
#[repr(C)]pub struct GstProxyControlBinding { pub parent: GstControlBinding, pub ref_object: GWeakRef, pub property_name: *mut c_char, pub _padding: [gpointer; 4], }
Fields
parent: GstControlBindingref_object: GWeakRefproperty_name: *mut c_char_padding: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstProxyControlBindingimpl !Send for GstProxyControlBindingimpl !Sync for GstProxyControlBindingimpl Unpin for GstProxyControlBindingimpl UnwindSafe for GstProxyControlBindingBlanket Implementations
Mutably borrows from an owned value. Read more