Struct physx_sys::PxVehicleAntiRollBarData
source · [−]#[repr(C)]pub struct PxVehicleAntiRollBarData {
pub mWheel0: u32,
pub mWheel1: u32,
pub mStiffness: f32,
pub structgen_pad0: [u8; 4],
}Fields
mWheel0: u32mWheel1: u32mStiffness: f32structgen_pad0: [u8; 4]Trait Implementations
sourceimpl Clone for PxVehicleAntiRollBarData
impl Clone for PxVehicleAntiRollBarData
sourcefn clone(&self) -> PxVehicleAntiRollBarData
fn clone(&self) -> PxVehicleAntiRollBarData
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 PxVehicleAntiRollBarData
Auto Trait Implementations
impl RefUnwindSafe for PxVehicleAntiRollBarData
impl Send for PxVehicleAntiRollBarData
impl Sync for PxVehicleAntiRollBarData
impl Unpin for PxVehicleAntiRollBarData
impl UnwindSafe for PxVehicleAntiRollBarData
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