pub struct InvalidOutputAudioDeviceIdException { /* private fields */ }
Expand description
Exception thrown when cannot change output audio device ID.
Implementations§
Source§impl InvalidOutputAudioDeviceIdException
impl InvalidOutputAudioDeviceIdException
Sourcepub const fn new(trace: Trace) -> Self
pub const fn new(trace: Trace) -> Self
Creates a new InvalidOutputAudioDeviceIdException
from the provided
error Trace
.
Source§impl InvalidOutputAudioDeviceIdException
impl InvalidOutputAudioDeviceIdException
Sourcepub fn trace(&self) -> String
pub fn trace(&self) -> String
Returns stacktrace of this InvalidOutputAudioDeviceIdException
.
Trait Implementations§
Source§impl From<InvalidOutputAudioDeviceIdException> for DartError
impl From<InvalidOutputAudioDeviceIdException> for DartError
Source§fn from(err: InvalidOutputAudioDeviceIdException) -> Self
fn from(err: InvalidOutputAudioDeviceIdException) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InvalidOutputAudioDeviceIdException
impl RefUnwindSafe for InvalidOutputAudioDeviceIdException
impl Send for InvalidOutputAudioDeviceIdException
impl Sync for InvalidOutputAudioDeviceIdException
impl Unpin for InvalidOutputAudioDeviceIdException
impl UnwindSafe for InvalidOutputAudioDeviceIdException
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