[][src]Struct bmp388::Status

pub struct Status {
    pub command_ready: bool,
    pub pressure_data_ready: bool,
    pub temperature_data_ready: bool,
}

Status

Fields

command_ready: bool

Indicates whether chip is ready for a command

pressure_data_ready: bool

Indicates whether pressure data is ready

temperature_data_ready: bool

Indicates whether temperature data is ready

Auto Trait Implementations

impl Unpin for Status

impl Send for Status

impl Sync for Status

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]