#[repr(C)]pub struct dMass {
pub mass: f64,
pub c: dVector3,
pub I: dMatrix3,
}
Fields§
§mass: f64
§c: dVector3
§I: dMatrix3
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for dMass
impl RefUnwindSafe for dMass
impl Send for dMass
impl Sync for dMass
impl Unpin for dMass
impl UnwindSafe for dMass
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