#[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: f32
y: f32
theta: f32
linear_velocity: f32
angular_velocity: f32
Trait 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