Enum wrapped2d::dynamics::joints::LimitState
source · #[repr(C)]pub enum LimitState {
Inactive = 0,
Lower = 1,
Upper = 2,
Equal = 3,
}
Variants§
Trait Implementations§
source§impl Clone for LimitState
impl Clone for LimitState
source§fn clone(&self) -> LimitState
fn clone(&self) -> LimitState
Returns a copy 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 LimitState
impl Debug for LimitState
source§impl PartialEq for LimitState
impl PartialEq for LimitState
source§fn eq(&self, other: &LimitState) -> bool
fn eq(&self, other: &LimitState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LimitState
impl StructuralPartialEq for LimitState
Auto Trait Implementations§
impl RefUnwindSafe for LimitState
impl Send for LimitState
impl Sync for LimitState
impl Unpin for LimitState
impl UnwindSafe for LimitState
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