Struct gstreamer_sys::GstControlBinding_ABI_abi
source · #[repr(C)]pub struct GstControlBinding_ABI_abi {
pub priv_: *mut GstControlBindingPrivate,
}Fields
priv_: *mut GstControlBindingPrivateTrait Implementations
sourceimpl Clone for GstControlBinding_ABI_abi
impl Clone for GstControlBinding_ABI_abi
sourcefn clone(&self) -> GstControlBinding_ABI_abi
fn clone(&self) -> GstControlBinding_ABI_abi
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GstControlBinding_ABI_abi
impl Debug for GstControlBinding_ABI_abi
impl Copy for GstControlBinding_ABI_abi
Auto Trait Implementations
impl RefUnwindSafe for GstControlBinding_ABI_abi
impl !Send for GstControlBinding_ABI_abi
impl !Sync for GstControlBinding_ABI_abi
impl Unpin for GstControlBinding_ABI_abi
impl UnwindSafe for GstControlBinding_ABI_abi
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more