#[repr(C)]pub struct PxTypedStridedData_physx_PxMaterialTableIndex_ {
pub stride: u32,
pub data: *const u16,
}Fields§
§stride: u32§data: *const u16Trait Implementations§
source§impl Clone for PxTypedStridedData_physx_PxMaterialTableIndex_
impl Clone for PxTypedStridedData_physx_PxMaterialTableIndex_
source§fn clone(&self) -> PxTypedStridedData_physx_PxMaterialTableIndex_
fn clone(&self) -> PxTypedStridedData_physx_PxMaterialTableIndex_
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