Enum bedrock::StencilFaceMask [] [src]

#[repr(C)]
pub enum StencilFaceMask { Front, Back, Both, }

Bitmask specifying sets of stencil state for which to update the compare mask

Variants

Only the front set of stencil state

Only the back set of stencil state

Both sets of stencil state

Trait Implementations

impl Debug for StencilFaceMask
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for StencilFaceMask
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for StencilFaceMask
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for StencilFaceMask
[src]

impl Copy for StencilFaceMask
[src]

Auto Trait Implementations