Struct rust_3d::filters::combinators::FilterAnyRandomAccessible [] [src]

pub struct FilterAnyRandomAccessible<RA, T> where
    RA: IsRandomAccessible<T>, 
{ pub filters: Vec<Box<IsFilterRandomAccessible<RA, T>>>, }

FilterAnyRandomAccessible, a filter to chain multiple IsFilterRandomAccessible with the or condition => must pass any filter to pass this filter

Fields

Trait Implementations

impl<RA: Default, T: Default> Default for FilterAnyRandomAccessible<RA, T> where
    RA: IsRandomAccessible<T>, 
[src]

Returns the "default value" for a type. Read more

impl<RA, T> IsFilterRandomAccessible<RA, T> for FilterAnyRandomAccessible<RA, T> where
    RA: IsRandomAccessible<T>, 
[src]

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