Struct physx_sys::PxVehicleGearsData
source · [−]#[repr(C)]pub struct PxVehicleGearsData {
pub mRatios: [f32; 32],
pub mFinalRatio: f32,
pub mNbRatios: u32,
pub mSwitchTime: f32,
pub structgen_pad0: [u8; 4],
}Fields
mRatios: [f32; 32]mFinalRatio: f32mNbRatios: u32mSwitchTime: f32structgen_pad0: [u8; 4]Trait Implementations
sourceimpl Clone for PxVehicleGearsData
impl Clone for PxVehicleGearsData
sourcefn clone(&self) -> PxVehicleGearsData
fn clone(&self) -> PxVehicleGearsData
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 PxVehicleGearsData
Auto Trait Implementations
impl RefUnwindSafe for PxVehicleGearsData
impl Send for PxVehicleGearsData
impl Sync for PxVehicleGearsData
impl Unpin for PxVehicleGearsData
impl UnwindSafe for PxVehicleGearsData
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