#[repr(u32)]pub enum mjtDisableBit_ {
Show 18 variants
mjDSBL_CONSTRAINT = 1,
mjDSBL_EQUALITY = 2,
mjDSBL_FRICTIONLOSS = 4,
mjDSBL_LIMIT = 8,
mjDSBL_CONTACT = 16,
mjDSBL_PASSIVE = 32,
mjDSBL_GRAVITY = 64,
mjDSBL_CLAMPCTRL = 128,
mjDSBL_WARMSTART = 256,
mjDSBL_FILTERPARENT = 512,
mjDSBL_ACTUATION = 1_024,
mjDSBL_REFSAFE = 2_048,
mjDSBL_SENSOR = 4_096,
mjDSBL_MIDPHASE = 8_192,
mjDSBL_EULERDAMP = 16_384,
mjDSBL_AUTORESET = 32_768,
mjDSBL_NATIVECCD = 65_536,
mjNDISABLE = 17,
}Variants§
mjDSBL_CONSTRAINT = 1
mjDSBL_EQUALITY = 2
mjDSBL_FRICTIONLOSS = 4
mjDSBL_LIMIT = 8
mjDSBL_CONTACT = 16
mjDSBL_PASSIVE = 32
mjDSBL_GRAVITY = 64
mjDSBL_CLAMPCTRL = 128
mjDSBL_WARMSTART = 256
mjDSBL_FILTERPARENT = 512
mjDSBL_ACTUATION = 1_024
mjDSBL_REFSAFE = 2_048
mjDSBL_SENSOR = 4_096
mjDSBL_MIDPHASE = 8_192
mjDSBL_EULERDAMP = 16_384
mjDSBL_AUTORESET = 32_768
mjDSBL_NATIVECCD = 65_536
mjNDISABLE = 17
Trait Implementations§
Source§impl Clone for mjtDisableBit_
impl Clone for mjtDisableBit_
Source§fn clone(&self) -> mjtDisableBit_
fn clone(&self) -> mjtDisableBit_
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 mjtDisableBit_
impl Debug for mjtDisableBit_
Source§impl Hash for mjtDisableBit_
impl Hash for mjtDisableBit_
Source§impl PartialEq for mjtDisableBit_
impl PartialEq for mjtDisableBit_
impl Eq for mjtDisableBit_
impl StructuralPartialEq for mjtDisableBit_
Auto Trait Implementations§
impl Freeze for mjtDisableBit_
impl RefUnwindSafe for mjtDisableBit_
impl Send for mjtDisableBit_
impl Sync for mjtDisableBit_
impl Unpin for mjtDisableBit_
impl UnwindSafe for mjtDisableBit_
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