Struct tinkerforge::imu_v3_bricklet::MagneticFieldEvent [−][src]
Fields
x: i16
y: i16
z: i16
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 MagneticFieldEvent
impl Send for MagneticFieldEvent
impl Sync for MagneticFieldEvent
impl Unpin for MagneticFieldEvent
impl UnwindSafe for MagneticFieldEvent
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self