pub struct ClapperGtkVideo { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClapperGtkVideo
impl RefUnwindSafe for ClapperGtkVideo
impl !Send for ClapperGtkVideo
impl !Sync for ClapperGtkVideo
impl !Unpin for ClapperGtkVideo
impl UnsafeUnpin for ClapperGtkVideo
impl UnwindSafe for ClapperGtkVideo
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