Struct lyon::tessellation::Count
[−]
[src]
pub struct Count {
pub vertices: u32,
pub indices: u32,
}Number of vertices and indices added during the tessellation.
Fields
vertices: u32
indices: u32
Trait Implementations
impl Copy for Count[src]
impl Eq for Count[src]
impl Hash for Count[src]
fn hash<__H>(&self, __arg_0: &mut __H) where
__H: Hasher, [src]
__H: Hasher,
Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more
impl PartialEq<Count> for Count[src]
fn eq(&self, __arg_0: &Count) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Count) -> bool[src]
This method tests for !=.
impl Add<Count> for Count[src]
type Output = Count
The resulting type after applying the + operator.
fn add(self, other: Count) -> Count[src]
Performs the + operation.
impl Clone for Count[src]
fn clone(&self) -> Count[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more