pub enum ContactMode {
Separated,
Sticking,
SlidingPositive,
SlidingNegative,
}Variants§
Trait Implementations§
Source§impl Clone for ContactMode
impl Clone for ContactMode
Source§fn clone(&self) -> ContactMode
fn clone(&self) -> ContactMode
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 ContactMode
Source§impl Debug for ContactMode
impl Debug for ContactMode
Source§impl<'de> Deserialize<'de> for ContactMode
impl<'de> Deserialize<'de> for ContactMode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ContactMode
Source§impl PartialEq for ContactMode
impl PartialEq for ContactMode
Source§impl Serialize for ContactMode
impl Serialize for ContactMode
impl StructuralPartialEq for ContactMode
Auto Trait Implementations§
impl Freeze for ContactMode
impl RefUnwindSafe for ContactMode
impl Send for ContactMode
impl Sync for ContactMode
impl Unpin for ContactMode
impl UnsafeUnpin for ContactMode
impl UnwindSafe for ContactMode
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