Struct dacite::core::StencilOpState [] [src]

pub struct StencilOpState {
    pub fail_op: StencilOp,
    pub pass_op: StencilOp,
    pub depth_fail_op: StencilOp,
    pub compare_op: CompareOp,
    pub compare_mask: u32,
    pub write_mask: u32,
    pub reference: u32,
}

Fields

Trait Implementations

impl Debug for StencilOpState
[src]

Formats the value using the given formatter.

impl Copy for StencilOpState
[src]

impl Clone for StencilOpState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StencilOpState
[src]

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

This method tests for !=.

impl Eq for StencilOpState
[src]

impl Hash for StencilOpState
[src]

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

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