Module rust_pathtracer::prelude::base::uninit
source · Expand description
Mechanisms for working with values that may not be initialized.
Structs
- A type implementing
InitStatusindicating that the value is completely initialized. - A type implementing
InitStatusindicating that the value is completely unitialized.
Traits
- This trait is used to write code that may work on matrices that may or may not be initialized.