pub enum AudioQuery {
TypeId(TypeId),
}Variants§
Auto Trait Implementations§
impl Freeze for AudioQuery
impl RefUnwindSafe for AudioQuery
impl Send for AudioQuery
impl Sync for AudioQuery
impl Unpin for AudioQuery
impl UnwindSafe for AudioQuery
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