#[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§
Source§impl Clone for GstProxyControlBinding
impl Clone for GstProxyControlBinding
impl Copy for GstProxyControlBinding
Auto Trait Implementations§
impl !Send for GstProxyControlBinding
impl !Sync for GstProxyControlBinding
impl Freeze for GstProxyControlBinding
impl RefUnwindSafe for GstProxyControlBinding
impl Unpin for GstProxyControlBinding
impl UnsafeUnpin for GstProxyControlBinding
impl UnwindSafe for GstProxyControlBinding
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more