Struct tinkerforge::imu_brick::AllDataEvent [−][src]
pub struct AllDataEvent {
pub acc_x: i16,
pub acc_y: i16,
pub acc_z: i16,
pub mag_x: i16,
pub mag_y: i16,
pub mag_z: i16,
pub ang_x: i16,
pub ang_y: i16,
pub ang_z: i16,
pub temperature: i16,
}Fields
acc_x: i16acc_y: i16acc_z: i16mag_x: i16mag_y: i16mag_z: i16ang_x: i16ang_y: i16ang_z: i16temperature: i16Trait Implementations
Returns the “default value” for a type. Read more
Returns how many bytes are expected to deserialize a instance of the implementing type. Currently this method is only used for strings.
Deserialize the implementing type from a byte slice.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for AllDataEvent
impl Send for AllDataEvent
impl Sync for AllDataEvent
impl Unpin for AllDataEvent
impl UnwindSafe for AllDataEvent
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self