pub struct AudioCommandTx;Expand description
Stub: audio command sender.
Trait Implementations§
Source§impl Clone for AudioCommandTx
impl Clone for AudioCommandTx
Source§fn clone(&self) -> AudioCommandTx
fn clone(&self) -> AudioCommandTx
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 moreAuto Trait Implementations§
impl Freeze for AudioCommandTx
impl RefUnwindSafe for AudioCommandTx
impl Send for AudioCommandTx
impl Sync for AudioCommandTx
impl Unpin for AudioCommandTx
impl UnsafeUnpin for AudioCommandTx
impl UnwindSafe for AudioCommandTx
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