Struct avenger_wgpu::marks::multi::VertexPositions
source · pub struct VertexPositions { /* private fields */ }Trait Implementations§
source§impl FillVertexConstructor<MultiVertex> for VertexPositions
impl FillVertexConstructor<MultiVertex> for VertexPositions
fn new_vertex(&mut self, vertex: FillVertex<'_>) -> MultiVertex
source§impl StrokeVertexConstructor<MultiVertex> for VertexPositions
impl StrokeVertexConstructor<MultiVertex> for VertexPositions
fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> MultiVertex
Auto Trait Implementations§
impl RefUnwindSafe for VertexPositions
impl Send for VertexPositions
impl Sync for VertexPositions
impl Unpin for VertexPositions
impl UnwindSafe for VertexPositions
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