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