#[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_ABITrait Implementations§
Source§impl Clone for GstControlBinding
impl Clone for GstControlBinding
impl Copy for GstControlBinding
Auto Trait Implementations§
impl !Send for GstControlBinding
impl !Sync for GstControlBinding
impl Freeze for GstControlBinding
impl RefUnwindSafe for GstControlBinding
impl Unpin for GstControlBinding
impl UnsafeUnpin 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