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