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