Enum rust_3d::view::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]
impl PartialEq for View[src]
fn eq(&self, __arg_0: &View) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &View) -> bool
This method tests for !=.
impl Eq for View[src]
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