Struct physx_sys::PxVehicleDifferential4WData
source · [−]#[repr(C)]pub struct PxVehicleDifferential4WData {
pub mFrontRearSplit: f32,
pub mFrontLeftRightSplit: f32,
pub mRearLeftRightSplit: f32,
pub mCentreBias: f32,
pub mFrontBias: f32,
pub mRearBias: f32,
pub mType: u32,
pub structgen_pad0: [u8; 4],
}Fields
mFrontRearSplit: f32mFrontLeftRightSplit: f32mRearLeftRightSplit: f32mCentreBias: f32mFrontBias: f32mRearBias: f32mType: u32structgen_pad0: [u8; 4]Trait Implementations
sourceimpl Clone for PxVehicleDifferential4WData
impl Clone for PxVehicleDifferential4WData
sourcefn clone(&self) -> PxVehicleDifferential4WData
fn clone(&self) -> PxVehicleDifferential4WData
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 PxVehicleDifferential4WData
Auto Trait Implementations
impl RefUnwindSafe for PxVehicleDifferential4WData
impl Send for PxVehicleDifferential4WData
impl Sync for PxVehicleDifferential4WData
impl Unpin for PxVehicleDifferential4WData
impl UnwindSafe for PxVehicleDifferential4WData
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