pub struct LinkFixture {
pub mass: f64,
pub com: [f64; 3],
pub inertia: [[f64; 3]; 3],
}Fields§
§mass: f64§com: [f64; 3]§inertia: [[f64; 3]; 3]Trait Implementations§
Source§impl Clone for LinkFixture
impl Clone for LinkFixture
Source§fn clone(&self) -> LinkFixture
fn clone(&self) -> LinkFixture
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LinkFixture
impl Debug for LinkFixture
Source§impl<'de> Deserialize<'de> for LinkFixture
impl<'de> Deserialize<'de> for LinkFixture
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 Copy for LinkFixture
Auto Trait Implementations§
impl Freeze for LinkFixture
impl RefUnwindSafe for LinkFixture
impl Send for LinkFixture
impl Sync for LinkFixture
impl Unpin for LinkFixture
impl UnsafeUnpin for LinkFixture
impl UnwindSafe for LinkFixture
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