Struct physx_sys::PxHeightFieldGeometry
source · [−]#[repr(C)]pub struct PxHeightFieldGeometry {
pub mType: i32,
pub structgen_pad0: [u8; 4],
pub heightField: *mut PxHeightField,
pub heightScale: f32,
pub rowScale: f32,
pub columnScale: f32,
pub heightFieldFlags: PxMeshGeometryFlags,
pub paddingFromFlags: PxPadding_3_,
}Fields
mType: i32structgen_pad0: [u8; 4]heightField: *mut PxHeightFieldheightScale: f32rowScale: f32columnScale: f32heightFieldFlags: PxMeshGeometryFlagspaddingFromFlags: PxPadding_3_Trait Implementations
sourceimpl Clone for PxHeightFieldGeometry
impl Clone for PxHeightFieldGeometry
sourcefn clone(&self) -> PxHeightFieldGeometry
fn clone(&self) -> PxHeightFieldGeometry
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxHeightFieldGeometry
Auto Trait Implementations
impl RefUnwindSafe for PxHeightFieldGeometry
impl !Send for PxHeightFieldGeometry
impl !Sync for PxHeightFieldGeometry
impl Unpin for PxHeightFieldGeometry
impl UnwindSafe for PxHeightFieldGeometry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more