Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
criterion_plot::LineType - Rust
[go: Go Back, main page]

Enum criterion_plot::LineType[][src]

pub enum LineType {
    Dash,
    Dot,
    DotDash,
    DotDotDash,
    SmallDot,
    Solid,
}

Line type

Variants

Line made of minimally sized dots

Trait Implementations

impl Set<LineType> for Properties
[src]

Changes the line type

Note By default Solid lines are used

impl Set<LineType> for Properties
[src]

Changes the line type

Note By default Solid lines are used

impl Set<LineType> for Properties
[src]

Change the line type

Note By default Solid lines are used

impl Clone for LineType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LineType
[src]

Auto Trait Implementations

impl Send for LineType

impl Sync for LineType