pub enum DeviceCreateError {
DeviceNameTooLong,
DeviceSetupFailed(Error),
DeviceCreateFailed(Error),
IoFailure(Error),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceCreateError
impl !RefUnwindSafe for DeviceCreateError
impl Send for DeviceCreateError
impl Sync for DeviceCreateError
impl Unpin for DeviceCreateError
impl !UnwindSafe for DeviceCreateError
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