Enum rust_pathtracer::material::MediumType  
source · pub enum MediumType {
    None,
    Absorb,
    Scatter,
    Emissive,
}Variants§
Trait Implementations§
source§impl Clone for MediumType
 
impl Clone for MediumType
source§fn clone(&self) -> MediumType
 
fn clone(&self) -> MediumType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for MediumType
 
impl Debug for MediumType
source§impl PartialEq<MediumType> for MediumType
 
impl PartialEq<MediumType> for MediumType
source§fn eq(&self, other: &MediumType) -> bool
 
fn eq(&self, other: &MediumType) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.