Struct tinkerforge::imu_v3_bricklet::AllDataEvent [−][src]
pub struct AllDataEvent {
pub acceleration: [i16; 3],
pub magnetic_field: [i16; 3],
pub angular_velocity: [i16; 3],
pub euler_angle: [i16; 3],
pub quaternion: [i16; 4],
pub linear_acceleration: [i16; 3],
pub gravity_vector: [i16; 3],
pub temperature: i8,
pub calibration_status: u8,
}
Fields
acceleration: [i16; 3]
magnetic_field: [i16; 3]
angular_velocity: [i16; 3]
euler_angle: [i16; 3]
quaternion: [i16; 4]
linear_acceleration: [i16; 3]
gravity_vector: [i16; 3]
temperature: i8
calibration_status: u8
Trait 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