Struct lyon::tessellation::geometry_builder::Count []

pub struct Count {
    pub vertices: u32,
    pub indices: u32,
}

Number of vertices and indices added during the tessellation.

Fields

Trait Implementations

impl Copy for Count

impl Eq for Count

impl Add<Count> for Count

impl PartialEq<Count> for Count

impl Clone for Count

impl Debug for Count

impl Hash for Count