Struct lyon_tessellation::geometry_builder::Positions
source · pub struct Positions;
Expand description
A simple vertex constructor that just takes the position.
Trait Implementations§
source§impl FillVertexConstructor<Point2D<f32, UnknownUnit>> for Positions
impl FillVertexConstructor<Point2D<f32, UnknownUnit>> for Positions
fn new_vertex(&mut self, vertex: FillVertex<'_>) -> Point
source§impl StrokeVertexConstructor<Point2D<f32, UnknownUnit>> for Positions
impl StrokeVertexConstructor<Point2D<f32, UnknownUnit>> for Positions
fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> Point
Auto Trait Implementations§
impl RefUnwindSafe for Positions
impl Send for Positions
impl Sync for Positions
impl Unpin for Positions
impl UnwindSafe for Positions
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