Struct gfx::state::RefValues [] [src]

pub struct RefValues {
    pub stencil: (u8, u8),
    pub blend: [f32; 4],
}

The complete set of the rasterizer reference values. Switching these doesn't roll the hardware context.

Fields

Stencil front and back values.

Constant blend color.

Trait Implementations

impl Copy for RefValues
[src]

impl Clone for RefValues
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.

impl Default for RefValues
[src]

[src]

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

impl PartialOrd<RefValues> for RefValues
[src]

[src]

[src]

[src]

[src]

[src]