pub enum PickKind {
Vertex,
Edge,
Face,
Solid,
}Expand description
Which kind of entity a pick found (or was asked to look for).
Variants§
Trait Implementations§
impl Copy for PickKind
impl Eq for PickKind
impl StructuralPartialEq for PickKind
Auto Trait Implementations§
impl Freeze for PickKind
impl RefUnwindSafe for PickKind
impl Send for PickKind
impl Sync for PickKind
impl Unpin for PickKind
impl UnsafeUnpin for PickKind
impl UnwindSafe for PickKind
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