pub enum RenderKind {
Gas,
Depth,
}
Expand description
How to render the internal data.
Variants§
Trait Implementations§
source§impl Clone for RenderKind
impl Clone for RenderKind
source§fn clone(&self) -> RenderKind
fn clone(&self) -> RenderKind
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 more