#[repr(C)]pub struct PxHeightFieldSample {
pub height: i16,
pub materialIndex0: PxBitAndByte,
pub materialIndex1: PxBitAndByte,
}Fields§
§height: i16§materialIndex0: PxBitAndByte§materialIndex1: PxBitAndByteTrait Implementations§
Source§impl Clone for PxHeightFieldSample
impl Clone for PxHeightFieldSample
Source§fn clone(&self) -> PxHeightFieldSample
fn clone(&self) -> PxHeightFieldSample
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 PxHeightFieldSample
Auto Trait Implementations§
impl Freeze for PxHeightFieldSample
impl RefUnwindSafe for PxHeightFieldSample
impl Send for PxHeightFieldSample
impl Sync for PxHeightFieldSample
impl Unpin for PxHeightFieldSample
impl UnwindSafe for PxHeightFieldSample
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