Struct graphics::draw_state::state::Stencil
[−]
[src]
pub struct Stencil { pub front: StencilSide, pub back: StencilSide, }
Complete stencil state, specifying how to handle the front and back side of a face.
Fields
front: StencilSide
back: StencilSide
Trait Implementations
impl Ord for Stencil
impl PartialOrd<Stencil> for Stencil
fn partial_cmp(&self, __arg_0: &Stencil) -> Option<Ordering>
fn lt(&self, __arg_0: &Stencil) -> bool
fn le(&self, __arg_0: &Stencil) -> bool
fn gt(&self, __arg_0: &Stencil) -> bool
fn ge(&self, __arg_0: &Stencil) -> bool
impl Eq for Stencil
impl Hash for Stencil
impl Debug for Stencil
impl PartialEq<Stencil> for Stencil
impl Clone for Stencil
fn clone(&self) -> Stencil
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more