Struct physx_sys::PxVehicleGraphChannelDesc
source · #[repr(C)]pub struct PxVehicleGraphChannelDesc {
pub mMinY: f32,
pub mMaxY: f32,
pub mMidY: f32,
pub mColorLow: PxVec3,
pub mColorHigh: PxVec3,
pub structgen_pad0: [u8; 4],
pub mTitle: *mut i8,
}Fields§
§mMinY: f32§mMaxY: f32§mMidY: f32§mColorLow: PxVec3§mColorHigh: PxVec3§structgen_pad0: [u8; 4]§mTitle: *mut i8Trait Implementations§
source§impl Clone for PxVehicleGraphChannelDesc
impl Clone for PxVehicleGraphChannelDesc
source§fn clone(&self) -> PxVehicleGraphChannelDesc
fn clone(&self) -> PxVehicleGraphChannelDesc
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