#[repr(C)]pub struct Pose_Raw {
pub x: f32,
pub y: f32,
pub theta: f32,
pub linear_velocity: f32,
pub angular_velocity: f32,
}Fields
x: f32y: f32theta: f32linear_velocity: f32angular_velocity: f32Trait Implementations
impl Send for Pose_Raw
impl Sync for Pose_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