pub struct Gyro {
pub header: Header,
pub angular_rate: f64,
pub variance: f64,
}Fields§
§header: Header§angular_rate: f64§variance: f64Trait Implementations§
Source§impl<'de> Deserialize<'de> for Gyro
impl<'de> Deserialize<'de> for Gyro
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Message for Gyro
impl StructuralPartialEq for Gyro
Auto Trait Implementations§
impl Freeze for Gyro
impl RefUnwindSafe for Gyro
impl Send for Gyro
impl Sync for Gyro
impl Unpin for Gyro
impl UnwindSafe for Gyro
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more