Enum physxx::PxHeightFieldFormat
source · #[repr(u32)]pub enum PxHeightFieldFormat {
S16tm,
}Variants§
S16tm
Trait Implementations§
source§impl Clone for PxHeightFieldFormat
impl Clone for PxHeightFieldFormat
source§fn clone(&self) -> PxHeightFieldFormat
fn clone(&self) -> PxHeightFieldFormat
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 moresource§impl Debug for PxHeightFieldFormat
impl Debug for PxHeightFieldFormat
impl Copy for PxHeightFieldFormat
Auto Trait Implementations§
impl RefUnwindSafe for PxHeightFieldFormat
impl Send for PxHeightFieldFormat
impl Sync for PxHeightFieldFormat
impl Unpin for PxHeightFieldFormat
impl UnwindSafe for PxHeightFieldFormat
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