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