pub enum TobiiError {
Show 17 variants
Internal,
InsufficientLicense,
NotSupported,
NotAvailable,
ConnectionFailed,
TimedOut,
AllocationFailed,
InvalidParameter,
CalibrationAlreadyStarted,
CalibrationNotStarted,
AlreadySubscribed,
NotSubscribed,
OperationFailed,
ConflictingApiInstances,
CalibrationBusy,
CallbackInProgress,
Unknown(Status),
}Variants§
Internal
InsufficientLicense
NotSupported
NotAvailable
ConnectionFailed
TimedOut
AllocationFailed
InvalidParameter
CalibrationAlreadyStarted
CalibrationNotStarted
AlreadySubscribed
NotSubscribed
OperationFailed
ConflictingApiInstances
CalibrationBusy
CallbackInProgress
Unknown(Status)
Trait Implementations§
Source§impl Clone for TobiiError
impl Clone for TobiiError
Source§fn clone(&self) -> TobiiError
fn clone(&self) -> TobiiError
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 Debug for TobiiError
impl Debug for TobiiError
impl Copy for TobiiError
Auto Trait Implementations§
impl Freeze for TobiiError
impl RefUnwindSafe for TobiiError
impl Send for TobiiError
impl Sync for TobiiError
impl Unpin for TobiiError
impl UnwindSafe for TobiiError
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