pub struct PathPoint {
pub x: f64,
pub y: f64,
pub yaw: f32,
pub speed: f32,
}Fields§
§x: f64§y: f64§yaw: f32§speed: f32Trait Implementations§
Source§impl<'de> Deserialize<'de> for PathPoint
impl<'de> Deserialize<'de> for PathPoint
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 PathPoint
impl StructuralPartialEq for PathPoint
Auto Trait Implementations§
impl Freeze for PathPoint
impl RefUnwindSafe for PathPoint
impl Send for PathPoint
impl Sync for PathPoint
impl Unpin for PathPoint
impl UnwindSafe for PathPoint
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