Enum rust_3d::view::View
[−]
[src]
pub enum View { Full, Restricted(HashSet<usize>), }
View, which defines a restriced / full view onto any T. E.g. used when filtering collections of points.
Variants
Full
Restricted(HashSet<usize>)
Methods
impl View
[src]
Trait Implementations
impl Clone for View
[src]
fn clone(&self) -> View
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more