Enum conrod::widget::primitive::line::Cap
[−]
[src]
pub enum Cap {
Flat,
Round,
}Whether the end of the Line should be flat or rounded.
Variants
FlatThe line is capped with a flat edge.
RoundThe line is capped with a semi-circle.
Trait Implementations
impl Copy for Cap[src]
impl Clone for Cap[src]
fn clone(&self) -> Cap[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
impl Debug for Cap[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more