pub enum AudioOffloadControllerEvent {
OnStarted {},
_UnknownEvent {
ordinal: u64,
},
}
Variants§
Implementations§
Source§impl AudioOffloadControllerEvent
impl AudioOffloadControllerEvent
pub fn into_on_started(self) -> Option<()>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AudioOffloadControllerEvent
impl RefUnwindSafe for AudioOffloadControllerEvent
impl Send for AudioOffloadControllerEvent
impl Sync for AudioOffloadControllerEvent
impl Unpin for AudioOffloadControllerEvent
impl UnwindSafe for AudioOffloadControllerEvent
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