pub struct OscCapture { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Source§impl Clone for OscCapture
impl Clone for OscCapture
Source§fn clone(&self) -> OscCapture
fn clone(&self) -> OscCapture
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 moreSource§impl Debug for OscCapture
impl Debug for OscCapture
Source§impl Default for OscCapture
impl Default for OscCapture
Source§fn default() -> OscCapture
fn default() -> OscCapture
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OscCapture
impl RefUnwindSafe for OscCapture
impl Send for OscCapture
impl Sync for OscCapture
impl Unpin for OscCapture
impl UnsafeUnpin for OscCapture
impl UnwindSafe for OscCapture
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