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