pub struct CueDeviceFromDeviceInfoAndIndexError(/* private fields */);
Expand description
The error that can be returned when we try to create a CueDevice
from existing CueDeviceInfo
.
Trait Implementations§
Source§impl Clone for CueDeviceFromDeviceInfoAndIndexError
impl Clone for CueDeviceFromDeviceInfoAndIndexError
Source§fn clone(&self) -> CueDeviceFromDeviceInfoAndIndexError
fn clone(&self) -> CueDeviceFromDeviceInfoAndIndexError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Fail for CueDeviceFromDeviceInfoAndIndexError
impl Fail for CueDeviceFromDeviceInfoAndIndexError
Source§fn cause(&self) -> Option<&dyn Fail>
fn cause(&self) -> Option<&dyn Fail>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
Source§fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace
carried by this failure, if it
carries one. Read moreSource§impl PartialEq for CueDeviceFromDeviceInfoAndIndexError
impl PartialEq for CueDeviceFromDeviceInfoAndIndexError
Source§fn eq(&self, other: &CueDeviceFromDeviceInfoAndIndexError) -> bool
fn eq(&self, other: &CueDeviceFromDeviceInfoAndIndexError) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CueDeviceFromDeviceInfoAndIndexError
Auto Trait Implementations§
impl Freeze for CueDeviceFromDeviceInfoAndIndexError
impl RefUnwindSafe for CueDeviceFromDeviceInfoAndIndexError
impl Send for CueDeviceFromDeviceInfoAndIndexError
impl Sync for CueDeviceFromDeviceInfoAndIndexError
impl Unpin for CueDeviceFromDeviceInfoAndIndexError
impl UnwindSafe for CueDeviceFromDeviceInfoAndIndexError
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