Struct rust_3d::filters::transformers::FilterRandomAccessible [] [src]

pub struct FilterRandomAccessible<F, T> where
    F: IsFilter<T>, 
{ /* fields omitted */ }

FilterRandomAccessible, a filter which can transform any IsFilter into an IsFilterRandomAccessible

Methods

impl<F, T> FilterRandomAccessible<F, T> where
    F: IsFilter<T>, 
[src]

Trait Implementations

impl<F, T, RA> IsFilterRandomAccessible<RA, T> for FilterRandomAccessible<F, T> where
    F: IsFilter<T>,
    RA: IsRandomAccessible<T>, 
[src]

Should filter the passed elements by setting the flags within the view