pub struct SixDofCase {
pub name: String,
pub q: Vec<f64>,
pub ee_translation: Vec<f64>,
pub tolerance: f64,
}Fields§
§name: String§q: Vec<f64>§ee_translation: Vec<f64>§tolerance: f64Trait Implementations§
Source§impl Debug for SixDofCase
impl Debug for SixDofCase
Source§impl<'de> Deserialize<'de> for SixDofCase
impl<'de> Deserialize<'de> for SixDofCase
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 SixDofCase
impl RefUnwindSafe for SixDofCase
impl Send for SixDofCase
impl Sync for SixDofCase
impl Unpin for SixDofCase
impl UnsafeUnpin for SixDofCase
impl UnwindSafe for SixDofCase
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