#[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 GstProxyControlBinding
impl !Send for GstProxyControlBinding
impl !Sync for GstProxyControlBinding
impl Unpin for GstProxyControlBinding
impl UnwindSafe for GstProxyControlBinding
Blanket Implementations
Mutably borrows from an owned value. Read more