pub struct GetCartesianPathRes {
pub start_state: RobotState,
pub solution: RobotTrajectory,
pub fraction: f64,
pub error_code: MoveItErrorCodes,
}Fields§
§start_state: RobotState§solution: RobotTrajectory§fraction: f64§error_code: MoveItErrorCodesTrait Implementations§
Source§impl Clone for GetCartesianPathRes
impl Clone for GetCartesianPathRes
Source§fn clone(&self) -> GetCartesianPathRes
fn clone(&self) -> GetCartesianPathRes
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetCartesianPathRes
impl Debug for GetCartesianPathRes
Source§impl Default for GetCartesianPathRes
impl Default for GetCartesianPathRes
Source§impl<'de> Deserialize<'de> for GetCartesianPathRes
impl<'de> Deserialize<'de> for GetCartesianPathRes
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
Source§impl PartialEq for GetCartesianPathRes
impl PartialEq for GetCartesianPathRes
Source§impl Serialize for GetCartesianPathRes
impl Serialize for GetCartesianPathRes
impl Message for GetCartesianPathRes
impl StructuralPartialEq for GetCartesianPathRes
Auto Trait Implementations§
impl Freeze for GetCartesianPathRes
impl RefUnwindSafe for GetCartesianPathRes
impl Send for GetCartesianPathRes
impl Sync for GetCartesianPathRes
impl Unpin for GetCartesianPathRes
impl UnwindSafe for GetCartesianPathRes
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