#[repr(u32)]pub enum Generic6DOFJointFlag {
EnableLinearLimit = 0,
EnableAngularLimit = 1,
EnableMotor = 2,
EnableLinearMotor = 3,
Max = 4,
}Variants§
Trait Implementations§
Source§impl Clone for Generic6DOFJointFlag
impl Clone for Generic6DOFJointFlag
Source§fn clone(&self) -> Generic6DOFJointFlag
fn clone(&self) -> Generic6DOFJointFlag
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 Generic6DOFJointFlag
Source§impl Debug for Generic6DOFJointFlag
impl Debug for Generic6DOFJointFlag
impl Eq for Generic6DOFJointFlag
Source§impl Hash for Generic6DOFJointFlag
impl Hash for Generic6DOFJointFlag
Source§impl PartialEq for Generic6DOFJointFlag
impl PartialEq for Generic6DOFJointFlag
Source§fn eq(&self, other: &Generic6DOFJointFlag) -> bool
fn eq(&self, other: &Generic6DOFJointFlag) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Generic6DOFJointFlag
Auto Trait Implementations§
impl Freeze for Generic6DOFJointFlag
impl RefUnwindSafe for Generic6DOFJointFlag
impl Send for Generic6DOFJointFlag
impl Sync for Generic6DOFJointFlag
impl Unpin for Generic6DOFJointFlag
impl UnsafeUnpin for Generic6DOFJointFlag
impl UnwindSafe for Generic6DOFJointFlag
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