#[repr(C)]pub struct ClapperEnhancerProxyClass {
pub parent_class: GstObjectClass,
}Fields§
§parent_class: GstObjectClassTrait Implementations§
Source§impl Clone for ClapperEnhancerProxyClass
impl Clone for ClapperEnhancerProxyClass
Source§fn clone(&self) -> ClapperEnhancerProxyClass
fn clone(&self) -> ClapperEnhancerProxyClass
Returns a duplicate 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 ClapperEnhancerProxyClass
impl Debug for ClapperEnhancerProxyClass
impl Copy for ClapperEnhancerProxyClass
Auto Trait Implementations§
impl Freeze for ClapperEnhancerProxyClass
impl RefUnwindSafe for ClapperEnhancerProxyClass
impl !Send for ClapperEnhancerProxyClass
impl !Sync for ClapperEnhancerProxyClass
impl Unpin for ClapperEnhancerProxyClass
impl UnsafeUnpin for ClapperEnhancerProxyClass
impl UnwindSafe for ClapperEnhancerProxyClass
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