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