#[repr(C)]pub struct PxHeightFieldDesc {
pub nbRows: u32,
pub nbColumns: u32,
pub format: PxHeightFieldFormat,
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: PxHeightFieldFormat§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 duplicate 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 moreimpl Copy for PxHeightFieldDesc
Auto Trait Implementations§
impl Freeze for PxHeightFieldDesc
impl RefUnwindSafe for PxHeightFieldDesc
impl !Send for PxHeightFieldDesc
impl !Sync for PxHeightFieldDesc
impl Unpin for PxHeightFieldDesc
impl UnwindSafe for PxHeightFieldDesc
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more