#[repr(C)]pub struct ClapperFeature {
pub parent_instance: GstObject,
}Fields§
§parent_instance: GstObjectTrait Implementations§
Source§impl Clone for ClapperFeature
impl Clone for ClapperFeature
Source§fn clone(&self) -> ClapperFeature
fn clone(&self) -> ClapperFeature
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 ClapperFeature
impl Debug for ClapperFeature
impl Copy for ClapperFeature
Auto Trait Implementations§
impl Freeze for ClapperFeature
impl RefUnwindSafe for ClapperFeature
impl !Send for ClapperFeature
impl !Sync for ClapperFeature
impl Unpin for ClapperFeature
impl UnwindSafe for ClapperFeature
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