#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxIDENTITY
Source§impl Debug for PxIDENTITY
impl Debug for PxIDENTITY
impl Eq for PxIDENTITY
Source§impl PartialEq for PxIDENTITY
impl PartialEq for PxIDENTITY
Source§fn eq(&self, other: &PxIDENTITY) -> bool
fn eq(&self, other: &PxIDENTITY) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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