Struct quantized_density_fields::lod::level::Level[][src]

pub struct Level<S> where
    S: State
{ /* fields omitted */ }

Methods

impl<S> Level<S> where
    S: State
[src]

Trait Implementations

impl<S: Debug> Debug for Level<S> where
    S: State
[src]

Formats the value using the given formatter. Read more

impl<S: Clone> Clone for Level<S> where
    S: State
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<S> Send for Level<S> where
    S: Send

impl<S> Sync for Level<S> where
    S: Sync