Struct lsm303agr::Status[][src]

pub struct Status {
    pub xyz_overrun: bool,
    pub x_overrun: bool,
    pub y_overrun: bool,
    pub z_overrun: bool,
    pub xyz_new_data: bool,
    pub x_new_data: bool,
    pub y_new_data: bool,
    pub z_new_data: bool,
}
Expand description

Data status

Fields

xyz_overrun: bool

X,Y,Z-axis data overrun

x_overrun: bool

X-axis data overrun

y_overrun: bool

Y-axis data overrun

z_overrun: bool

Z-axis data overrun

xyz_new_data: bool

X,Y,Z-axis new data ready

x_new_data: bool

X-axis data new data ready

y_new_data: bool

Y-axis data new data ready

z_new_data: bool

Z-axis data new data ready

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.