pub enum FindDevicesError {
}Variants§
AVCaptureDeviceNotFound
MediaTypeSupported(i32)
OsNotSupported
UTF8Error
OutOfMemory
InvalidArgument
NotFound
IOError
OperationNotPermitted
PermissionDenied
NotImplemented
BadFileDescriptor
UnknownError(i32)
Trait Implementations§
Source§impl Debug for FindDevicesError
impl Debug for FindDevicesError
Source§impl Display for FindDevicesError
impl Display for FindDevicesError
Source§impl Error for FindDevicesError
impl Error for FindDevicesError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl From<FindDevicesError> for Error
impl From<FindDevicesError> for Error
Source§fn from(source: FindDevicesError) -> Self
fn from(source: FindDevicesError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FindDevicesError
impl RefUnwindSafe for FindDevicesError
impl Send for FindDevicesError
impl Sync for FindDevicesError
impl Unpin for FindDevicesError
impl UnwindSafe for FindDevicesError
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