[][src]Struct rosrust_msg::sensor_msgs::Imu

pub struct Imu {
    pub header: Header,
    pub orientation: Quaternion,
    pub orientation_covariance: [f64; 9],
    pub angular_velocity: Vector3,
    pub angular_velocity_covariance: [f64; 9],
    pub linear_acceleration: Vector3,
    pub linear_acceleration_covariance: [f64; 9],
}

Fields

header: Headerorientation: Quaternionorientation_covariance: [f64; 9]angular_velocity: Vector3angular_velocity_covariance: [f64; 9]linear_acceleration: Vector3linear_acceleration_covariance: [f64; 9]

Trait Implementations

impl Clone for Imu[src][+]

impl Debug for Imu[src][+]

impl Default for Imu[src][+]

impl Message for Imu[src][+]

impl PartialEq<Imu> for Imu[src][+]

impl RosMsg for Imu[src][+]

Auto Trait Implementations

impl RefUnwindSafe for Imu

impl Send for Imu

impl Sync for Imu

impl Unpin for Imu

impl UnwindSafe for Imu

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src][+]

impl<T> Borrow<T> for T where
    T: ?Sized
[src][+]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src][+]

impl<T> From<T> for T[src][+]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src][+]

impl<T> ToOwned for T where
    T: Clone
[src][+]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src][+]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src][+]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Typeable for T where
    T: Any
[src][+]