pub enum RccError {
Speed,
Hardware,
}
Expand description
Speed out of limits.
Variants§
Trait Implementations§
impl Copy for RccError
Auto Trait Implementations§
impl Freeze for RccError
impl RefUnwindSafe for RccError
impl Send for RccError
impl Sync for RccError
impl Unpin for RccError
impl UnwindSafe for RccError
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