pub struct AudioDestinationNode(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AudioDestinationNode
impl RefUnwindSafe for AudioDestinationNode
impl Send for AudioDestinationNode
impl Sync for AudioDestinationNode
impl Unpin for AudioDestinationNode
impl UnwindSafe for AudioDestinationNode
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