pub enum ContactSide {
Above,
Below,
}Expand description
Which side of the subject the contacting surface must lie on.
Variants§
Trait Implementations§
Source§impl Clone for ContactSide
impl Clone for ContactSide
Source§fn clone(&self) -> ContactSide
fn clone(&self) -> ContactSide
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 ContactSide
Source§impl Debug for ContactSide
impl Debug for ContactSide
impl Eq for ContactSide
Source§impl PartialEq for ContactSide
impl PartialEq for ContactSide
impl StructuralPartialEq for ContactSide
Auto Trait Implementations§
impl Freeze for ContactSide
impl RefUnwindSafe for ContactSide
impl Send for ContactSide
impl Sync for ContactSide
impl Unpin for ContactSide
impl UnsafeUnpin for ContactSide
impl UnwindSafe for ContactSide
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