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