Struct gstreamer_sys::GstControlBinding
source · #[repr(C)]pub struct GstControlBinding {
pub parent: GstObject,
pub name: *mut c_char,
pub pspec: *mut GParamSpec,
pub object: *mut GstObject,
pub disabled: gboolean,
pub ABI: GstControlBinding_ABI,
}
Fields§
§parent: GstObject
§name: *mut c_char
§pspec: *mut GParamSpec
§object: *mut GstObject
§disabled: gboolean
§ABI: GstControlBinding_ABI
Trait Implementations§
source§impl Clone for GstControlBinding
impl Clone for GstControlBinding
source§fn clone(&self) -> GstControlBinding
fn clone(&self) -> GstControlBinding
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 GstControlBinding
impl Debug for GstControlBinding
impl Copy for GstControlBinding
Auto Trait Implementations§
impl Freeze for GstControlBinding
impl RefUnwindSafe for GstControlBinding
impl !Send for GstControlBinding
impl !Sync for GstControlBinding
impl Unpin for GstControlBinding
impl UnwindSafe for GstControlBinding
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
)