Struct GstProxy Control Binding Class
Source #[repr(C)]pub struct GstProxyControlBindingClass {
pub parent_class: GstControlBindingClass,
pub _padding: [gpointer; 4],
}Fields§
§parent_class: GstControlBindingClass§_padding: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstProxyControlBindingClass
impl Clone for GstProxyControlBindingClass
Source§fn clone(&self) -> GstProxyControlBindingClass
fn clone(&self) -> GstProxyControlBindingClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstProxyControlBindingClass
Auto Trait Implementations§
impl !Send for GstProxyControlBindingClass
impl !Sync for GstProxyControlBindingClass
impl Freeze for GstProxyControlBindingClass
impl RefUnwindSafe for GstProxyControlBindingClass
impl Unpin for GstProxyControlBindingClass
impl UnsafeUnpin for GstProxyControlBindingClass
impl UnwindSafe for GstProxyControlBindingClass
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