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

Methods

impl View
[src]

Merges two Views

Trait Implementations

impl Clone for View
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more