pub enum SupportElement {
Face(FaceId, f64, f64),
}Expand description
Which topological element supports a closest point.
Variants§
Trait Implementations§
Source§impl Clone for SupportElement
impl Clone for SupportElement
Source§fn clone(&self) -> SupportElement
fn clone(&self) -> SupportElement
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 SupportElement
Auto Trait Implementations§
impl Freeze for SupportElement
impl RefUnwindSafe for SupportElement
impl Send for SupportElement
impl Sync for SupportElement
impl Unpin for SupportElement
impl UnsafeUnpin for SupportElement
impl UnwindSafe for SupportElement
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