Struct gstreamer_sys::GstControlSource
source · #[repr(C)]pub struct GstControlSource {
pub parent: GstObject,
pub get_value: GstControlSourceGetValue,
pub get_value_array: GstControlSourceGetValueArray,
pub _gst_reserved: [gpointer; 4],
}
Fields§
§parent: GstObject
§get_value: GstControlSourceGetValue
§get_value_array: GstControlSourceGetValueArray
§_gst_reserved: [gpointer; 4]
Trait Implementations§
source§impl Clone for GstControlSource
impl Clone for GstControlSource
source§fn clone(&self) -> GstControlSource
fn clone(&self) -> GstControlSource
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 GstControlSource
impl Debug for GstControlSource
impl Copy for GstControlSource
Auto Trait Implementations§
impl Freeze for GstControlSource
impl RefUnwindSafe for GstControlSource
impl !Send for GstControlSource
impl !Sync for GstControlSource
impl Unpin for GstControlSource
impl UnwindSafe for GstControlSource
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)