Struct three::material::Line [] [src]

pub struct Line {
    pub color: Color,
}

Parameters for a line material.

Renders line strip meshes with a solid color and unit width.

Fields

Solid line color.

Default: 0xFFFFFF (white).

Trait Implementations

impl Clone for Line
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for Line
[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 Debug for Line
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Line
[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 Eq for Line
[src]

impl Default for Line
[src]

[src]

Returns the "default value" for a type. Read more

impl From<Line> for Material
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Line

impl Sync for Line