Trait bitsetium::BitTestNone[][src]

pub trait BitTestNone {
    fn test_none(&self) -> bool;
}
Expand description

Test any bit. This trait should be implemented for most bit-set.

Required methods

Tests if none bits is set.

Implementations on Foreign Types

Implementors