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: GstControlBinding
ref_object: GWeakRef
property_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