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
FullRestricted(HashSet<usize>)
Methods
impl View[src]
Trait Implementations
impl Debug for View[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl PartialEq for View[src]
fn eq(&self, __arg_0: &View) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &View) -> bool[src]
This method tests for !=.