Struct lyon_tessellation::Count [] [src]

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
[src]

impl Clone for Count
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Count
[src]

Formats the value using the given formatter.

impl PartialEq for Count
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Count
[src]

impl Hash for Count
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Add for Count
[src]

The resulting type after applying the + operator

The method for the + operator