Struct physx_sys::PxVehicleTireLoadFilterData
source · [−]#[repr(C)]pub struct PxVehicleTireLoadFilterData {
pub mMinNormalisedLoad: f32,
pub mMinFilteredNormalisedLoad: f32,
pub mMaxNormalisedLoad: f32,
pub mMaxFilteredNormalisedLoad: f32,
pub structgen_pad0: [u8; 16],
}Fields
mMinNormalisedLoad: f32mMinFilteredNormalisedLoad: f32mMaxNormalisedLoad: f32mMaxFilteredNormalisedLoad: f32structgen_pad0: [u8; 16]Trait Implementations
sourceimpl Clone for PxVehicleTireLoadFilterData
impl Clone for PxVehicleTireLoadFilterData
sourcefn clone(&self) -> PxVehicleTireLoadFilterData
fn clone(&self) -> PxVehicleTireLoadFilterData
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxVehicleTireLoadFilterData
Auto Trait Implementations
impl RefUnwindSafe for PxVehicleTireLoadFilterData
impl Send for PxVehicleTireLoadFilterData
impl Sync for PxVehicleTireLoadFilterData
impl Unpin for PxVehicleTireLoadFilterData
impl UnwindSafe for PxVehicleTireLoadFilterData
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