pub enum Density {
Clear,
Hazy,
Dense,
VeryDense,
Opaque,
}
Expand description
Enum to represent an environmental effect’s density.
Variants
Clear
Hazy
Dense
VeryDense
Opaque
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Density
impl Send for Density
impl Sync for Density
impl Unpin for Density
impl UnwindSafe for Density
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more