Enum rust_3d::View [] [src]

pub enum View {
    Full,
    Restricted(HashSet<usize>),
}

View, which defines a restricted / full view onto any T. E.g. used when filtering collections of points.

Variants

Methods

impl View
[src]

Merges two Views

Trait Implementations

impl Debug for View
[src]

Formats the value using the given formatter.

impl PartialEq for View
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for View
[src]

impl Clone for View
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more