pub struct Mute { /* private fields */ }
Expand description
A node that can mute the audio stream.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mute
impl RefUnwindSafe for Mute
impl Send for Mute
impl Sync for Mute
impl Unpin for Mute
impl UnwindSafe for Mute
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