pub struct SketchTargets<S: Scalar>(pub Vec<SketchTarget<S>>);Expand description
Every sketch of a part, outlined once — finding a sketch’s regions is
the expensive part of picking it — for picking with pick_sketch and
for drawing.
Tuple Fields§
§0: Vec<SketchTarget<S>>Implementations§
Auto Trait Implementations§
impl<S> Freeze for SketchTargets<S>
impl<S> RefUnwindSafe for SketchTargets<S>where
S: RefUnwindSafe,
impl<S> Send for SketchTargets<S>
impl<S> Sync for SketchTargets<S>
impl<S> Unpin for SketchTargets<S>where
S: Unpin,
impl<S> UnsafeUnpin for SketchTargets<S>
impl<S> UnwindSafe for SketchTargets<S>where
S: UnwindSafe,
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