pub struct MicVolumeException { /* private fields */ }
Expand description
Exception thrown when cannot interact with microphone volume.
Implementations§
Source§impl MicVolumeException
impl MicVolumeException
Sourcepub fn cause(&self) -> Error
pub fn cause(&self) -> Error
Returns the platform::Error
causing this MicVolumeException
.
Sourcepub fn trace(&self) -> String
pub fn trace(&self) -> String
Returns stacktrace of this MicVolumeException
.
Trait Implementations§
Source§impl Debug for MicVolumeException
impl Debug for MicVolumeException
Source§impl From<MicVolumeException> for DartError
impl From<MicVolumeException> for DartError
Source§fn from(err: MicVolumeException) -> Self
fn from(err: MicVolumeException) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MicVolumeException
impl RefUnwindSafe for MicVolumeException
impl !Send for MicVolumeException
impl !Sync for MicVolumeException
impl Unpin for MicVolumeException
impl UnwindSafe for MicVolumeException
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