Struct physx_sys::PxConstraintInvMassScale
source · [−]#[repr(C)]pub struct PxConstraintInvMassScale {
pub linear0: f32,
pub angular0: f32,
pub linear1: f32,
pub angular1: f32,
}Fields
linear0: f32angular0: f32linear1: f32angular1: f32Trait Implementations
sourceimpl Clone for PxConstraintInvMassScale
impl Clone for PxConstraintInvMassScale
sourcefn clone(&self) -> PxConstraintInvMassScale
fn clone(&self) -> PxConstraintInvMassScale
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxConstraintInvMassScale
Auto Trait Implementations
impl RefUnwindSafe for PxConstraintInvMassScale
impl Send for PxConstraintInvMassScale
impl Sync for PxConstraintInvMassScale
impl Unpin for PxConstraintInvMassScale
impl UnwindSafe for PxConstraintInvMassScale
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more