Struct avenger_wgpu::marks::multi::SymbolVertex
source · pub struct SymbolVertex { /* private fields */ }Implementations§
source§impl SymbolVertex
impl SymbolVertex
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 SymbolVertex
impl Send for SymbolVertex
impl Sync for SymbolVertex
impl Unpin for SymbolVertex
impl UnwindSafe for SymbolVertex
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