Struct rclrust_msg::sensor_msgs::msg::Imu_Raw
source · [−]#[repr(C)]pub struct Imu_Raw {
pub header: Header_Raw,
pub orientation: Quaternion_Raw,
pub orientation_covariance: [f64; 9],
pub angular_velocity: Vector3_Raw,
pub angular_velocity_covariance: [f64; 9],
pub linear_acceleration: Vector3_Raw,
pub linear_acceleration_covariance: [f64; 9],
}
Fields
header: Header_Raw
orientation: Quaternion_Raw
orientation_covariance: [f64; 9]
angular_velocity: Vector3_Raw
angular_velocity_covariance: [f64; 9]
linear_acceleration: Vector3_Raw
linear_acceleration_covariance: [f64; 9]
Trait Implementations
impl Send for Imu_Raw
impl Sync for Imu_Raw
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more