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