pub struct b2RecPlayer { /* private fields */ }Trait Implementations§
Source§impl Clone for b2RecPlayer
impl Clone for b2RecPlayer
Source§fn clone(&self) -> b2RecPlayer
fn clone(&self) -> b2RecPlayer
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 b2RecPlayer
Auto Trait Implementations§
impl Freeze for b2RecPlayer
impl RefUnwindSafe for b2RecPlayer
impl Send for b2RecPlayer
impl Sync for b2RecPlayer
impl Unpin for b2RecPlayer
impl UnsafeUnpin for b2RecPlayer
impl UnwindSafe for b2RecPlayer
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