#[repr(C)]pub struct GstControlBinding_ABI_abi {
pub priv_: *mut GstControlBindingPrivate,
}
Fields§
§priv_: *mut GstControlBindingPrivate
Trait Implementations§
Source§impl Clone for GstControlBinding_ABI_abi
impl Clone for GstControlBinding_ABI_abi
Source§fn clone(&self) -> GstControlBinding_ABI_abi
fn clone(&self) -> GstControlBinding_ABI_abi
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_ABI_abi
impl Debug for GstControlBinding_ABI_abi
impl Copy for GstControlBinding_ABI_abi
Auto Trait Implementations§
impl Freeze for GstControlBinding_ABI_abi
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§
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