Struct physx_sys::PxFixedSizeLookupTable_8_
source · #[repr(C)]pub struct PxFixedSizeLookupTable_8_ {
pub mDataPairs: [f32; 16],
pub mNbDataPairs: u32,
pub mPad: [u32; 3],
}Fields§
§mDataPairs: [f32; 16]§mNbDataPairs: u32§mPad: [u32; 3]Trait Implementations§
source§impl Clone for PxFixedSizeLookupTable_8_
impl Clone for PxFixedSizeLookupTable_8_
source§fn clone(&self) -> PxFixedSizeLookupTable_8_
fn clone(&self) -> PxFixedSizeLookupTable_8_
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