Enum lyon_tessellation::Side
[−]
[src]
pub enum Side {
Left,
Right,
}Variants
LeftRightTrait Implementations
impl Copy for Side[src]
impl Clone for Side[src]
fn clone(&self) -> Side
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more