#[repr(C)]pub struct SvgVertex {
pub x: f32,
pub y: f32,
}Expand description
A 2D vertex used in tessellated SVG geometry.
Fields§
§x: f32§y: f32Trait Implementations§
impl Copy for SvgVertex
Source§impl FromIterator<SvgVertex> for SvgVertexVec
impl FromIterator<SvgVertex> for SvgVertexVec
Source§impl PartialOrd for SvgVertex
impl PartialOrd for SvgVertex
impl StructuralPartialEq for SvgVertex
Source§impl VertexLayoutDescription for SvgVertex
impl VertexLayoutDescription for SvgVertex
fn get_description() -> VertexLayout
Auto Trait Implementations§
impl Freeze for SvgVertex
impl RefUnwindSafe for SvgVertex
impl Send for SvgVertex
impl Sync for SvgVertex
impl Unpin for SvgVertex
impl UnsafeUnpin for SvgVertex
impl UnwindSafe for SvgVertex
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