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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Count
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Count
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Count
[src]

impl Hash for Count
[src]

[src]

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

1.3.0
[src]

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

impl Add for Count
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

Auto Trait Implementations

impl Send for Count

impl Sync for Count