Enum amethyst_renderer::DepthMode [−][src]
pub enum DepthMode {
LessEqualTest,
LessEqualWrite,
}Variants
LessEqualTestLessEqualWrite
Trait Implementations
impl Clone for DepthMode[src]
impl Clone for DepthModefn clone(&self) -> DepthMode[src]
fn clone(&self) -> DepthModeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for DepthMode[src]
impl Copy for DepthModeimpl Debug for DepthMode[src]
impl Debug for DepthModefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for DepthMode[src]
impl Eq for DepthModeimpl Hash for DepthMode[src]
impl Hash for DepthModefn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl PartialEq for DepthMode[src]
impl PartialEq for DepthMode