Enum gfx::state::RasterMethod [] [src]

pub enum RasterMethod {
    Point,
    Line(i32),
    Fill,
}

How to rasterize a primitive.

Variants

Rasterize as a point.

Rasterize as a line with the given width.

Rasterize as a face.

Trait Implementations

impl Copy for RasterMethod
[src]

impl Hash for RasterMethod
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for RasterMethod
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for RasterMethod
[src]

impl PartialEq<RasterMethod> for RasterMethod
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for RasterMethod
[src]

[src]

Formats the value using the given formatter.

impl PartialOrd<RasterMethod> for RasterMethod
[src]

[src]

[src]

[src]

[src]

[src]