Struct physx_sys::PxHeightFieldDesc
source · #[repr(C)]pub struct PxHeightFieldDesc {
pub nbRows: u32,
pub nbColumns: u32,
pub format: u32,
pub structgen_pad0: [u8; 4],
pub samples: PxStridedData,
pub convexEdgeThreshold: f32,
pub flags: PxHeightFieldFlags,
pub structgen_pad1: [u8; 2],
}Fields§
§nbRows: u32§nbColumns: u32§format: u32§structgen_pad0: [u8; 4]§samples: PxStridedData§convexEdgeThreshold: f32§flags: PxHeightFieldFlags§structgen_pad1: [u8; 2]Trait Implementations§
source§impl Clone for PxHeightFieldDesc
impl Clone for PxHeightFieldDesc
source§fn clone(&self) -> PxHeightFieldDesc
fn clone(&self) -> PxHeightFieldDesc
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