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