#[repr(i32)]pub enum PxIDENTITY {
PxIdentity = 0,
}Expand description
enum for identity constructor flag for quaternions, transforms, and matrices
Variants§
PxIdentity = 0
Trait Implementations§
Source§impl Clone for PxIDENTITY
impl Clone for PxIDENTITY
Source§fn clone(&self) -> PxIDENTITY
fn clone(&self) -> PxIDENTITY
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 moreSource§impl Debug for PxIDENTITY
impl Debug for PxIDENTITY
Source§impl PartialEq for PxIDENTITY
impl PartialEq for PxIDENTITY
impl Copy for PxIDENTITY
impl Eq for PxIDENTITY
impl StructuralPartialEq for PxIDENTITY
Auto Trait Implementations§
impl Freeze for PxIDENTITY
impl RefUnwindSafe for PxIDENTITY
impl Send for PxIDENTITY
impl Sync for PxIDENTITY
impl Unpin for PxIDENTITY
impl UnwindSafe for PxIDENTITY
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