#[repr(i32)]pub enum PxPrismaticJointFlag {
LimitEnabled = 2,
}Expand description
Flags specific to the prismatic joint.
Variants§
LimitEnabled = 2
Trait Implementations§
Source§impl Clone for PxPrismaticJointFlag
impl Clone for PxPrismaticJointFlag
Source§fn clone(&self) -> PxPrismaticJointFlag
fn clone(&self) -> PxPrismaticJointFlag
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 PxPrismaticJointFlag
Source§impl Debug for PxPrismaticJointFlag
impl Debug for PxPrismaticJointFlag
impl Eq for PxPrismaticJointFlag
Source§impl PartialEq for PxPrismaticJointFlag
impl PartialEq for PxPrismaticJointFlag
Source§fn eq(&self, other: &PxPrismaticJointFlag) -> bool
fn eq(&self, other: &PxPrismaticJointFlag) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PxPrismaticJointFlag
Auto Trait Implementations§
impl Freeze for PxPrismaticJointFlag
impl RefUnwindSafe for PxPrismaticJointFlag
impl Send for PxPrismaticJointFlag
impl Sync for PxPrismaticJointFlag
impl Unpin for PxPrismaticJointFlag
impl UnsafeUnpin for PxPrismaticJointFlag
impl UnwindSafe for PxPrismaticJointFlag
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