pub struct JointCommand {
pub position: f64,
}Fields§
§position: f64Trait Implementations§
Source§impl Clone for JointCommand
impl Clone for JointCommand
Source§fn clone(&self) -> JointCommand
fn clone(&self) -> JointCommand
Returns a duplicate 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 JointCommand
impl Debug for JointCommand
Source§impl Default for JointCommand
impl Default for JointCommand
Source§impl<'de> Deserialize<'de> for JointCommand
impl<'de> Deserialize<'de> for JointCommand
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 JointCommand
impl PartialEq for JointCommand
Source§impl Serialize for JointCommand
impl Serialize for JointCommand
impl Message for JointCommand
impl StructuralPartialEq for JointCommand
Auto Trait Implementations§
impl Freeze for JointCommand
impl RefUnwindSafe for JointCommand
impl Send for JointCommand
impl Sync for JointCommand
impl Unpin for JointCommand
impl UnwindSafe for JointCommand
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