[−][src]Struct embedded_ccs811::DeviceErrors
Array of possible errors since multiple sources are possible.
You can index by DeviceError
to check for each error variant.
They are encoded as a bitmask.
Trait Implementations
impl Debug for DeviceErrors
[src]
impl Index<DeviceError> for DeviceErrors
[src]
type Output = bool
The returned type after indexing.
fn index(&self, idx: DeviceError) -> &Self::Output
[src]
impl IndexMut<DeviceError> for DeviceErrors
[src]
fn index_mut(&mut self, idx: DeviceError) -> &mut Self::Output
[src]
Auto Trait Implementations
impl RefUnwindSafe for DeviceErrors
impl Send for DeviceErrors
impl Sync for DeviceErrors
impl Unpin for DeviceErrors
impl UnwindSafe for DeviceErrors
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,