Enum conrod::widget::primitive::shape::rectangle::Kind
[−]
[src]
pub enum Kind {
Outline,
Fill,
}Whether the rectangle is drawn as an outline or a filled color.
Variants
OutlineOnly the outline of the rectangle is drawn.
FillThe rectangle area is filled with some color.
Trait Implementations
impl Copy for Kind[src]
impl Clone for Kind[src]
fn clone(&self) -> Kind[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 Kind[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more