pub struct Planar2rCase {
pub name: String,
pub q: Vec<f64>,
pub qd: Option<Vec<f64>>,
pub qdd: Option<Vec<f64>>,
pub tau: Option<Vec<f64>>,
pub tau_gravity: Option<Vec<f64>>,
pub ee_translation: Option<Vec<f64>>,
pub jacobian_translation: Option<Vec<Vec<f64>>>,
}Fields§
§name: String§q: Vec<f64>§qd: Option<Vec<f64>>§qdd: Option<Vec<f64>>§tau: Option<Vec<f64>>§tau_gravity: Option<Vec<f64>>§ee_translation: Option<Vec<f64>>§jacobian_translation: Option<Vec<Vec<f64>>>Trait Implementations§
Source§impl Debug for Planar2rCase
impl Debug for Planar2rCase
Source§impl<'de> Deserialize<'de> for Planar2rCase
impl<'de> Deserialize<'de> for Planar2rCase
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
Auto Trait Implementations§
impl Freeze for Planar2rCase
impl RefUnwindSafe for Planar2rCase
impl Send for Planar2rCase
impl Sync for Planar2rCase
impl Unpin for Planar2rCase
impl UnsafeUnpin for Planar2rCase
impl UnwindSafe for Planar2rCase
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