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]

[src]

Merges two Views

Trait Implementations

impl Debug for View
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for View
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for View
[src]

impl Clone for View
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for View

impl Sync for View