Enum webrender_api::LineStyle
[−]
[src]
#[repr(u8)]pub enum LineStyle { Solid, Dotted, Dashed, Wavy, }
Variants
Solid
Dotted
Dashed
Wavy
Trait Implementations
impl Clone for LineStyle
[src]
fn clone(&self) -> LineStyle
[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 Copy for LineStyle
[src]
impl Debug for LineStyle
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more