pub enum AudioComponentAction {}Auto Trait Implementations§
impl Freeze for AudioComponentAction
impl RefUnwindSafe for AudioComponentAction
impl Send for AudioComponentAction
impl Sync for AudioComponentAction
impl Unpin for AudioComponentAction
impl UnwindSafe for AudioComponentAction
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