Struct physx_sys::PxTolerancesScale
source · #[repr(C)]pub struct PxTolerancesScale {
pub length: f32,
pub speed: f32,
}Fields§
§length: f32§speed: f32Trait Implementations§
source§impl Clone for PxTolerancesScale
impl Clone for PxTolerancesScale
source§fn clone(&self) -> PxTolerancesScale
fn clone(&self) -> PxTolerancesScale
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more