Struct e_drone::protocol::sensor::MagnetometerOffset [−][src]
pub struct MagnetometerOffset {
pub offset: i16,
}Fields
offset: i16Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MagnetometerOffset
impl Send for MagnetometerOffset
impl Sync for MagnetometerOffset
impl Unpin for MagnetometerOffset
impl UnwindSafe for MagnetometerOffset
Blanket Implementations
Mutably borrows from an owned value. Read more