pub struct b3RecPlayer { /* private fields */ }Trait Implementations§
Source§impl Clone for b3RecPlayer
impl Clone for b3RecPlayer
Source§fn clone(&self) -> b3RecPlayer
fn clone(&self) -> b3RecPlayer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for b3RecPlayer
Auto Trait Implementations§
impl Freeze for b3RecPlayer
impl RefUnwindSafe for b3RecPlayer
impl Send for b3RecPlayer
impl Sync for b3RecPlayer
impl Unpin for b3RecPlayer
impl UnsafeUnpin for b3RecPlayer
impl UnwindSafe for b3RecPlayer
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