Struct rust_3d::filters::combinators::FilterDeny
[−]
[src]
pub struct FilterDeny {}
FilterDeny, a filter which always returns false
Methods
impl FilterDeny
[src]
fn new() -> Self
Creates a new FilterDeny
Trait Implementations
impl<T> IsFilter<T> for FilterDeny
[src]
fn is_allowed(&self, _: &T) -> bool
Should return true if a it passes the filter, otherwise false