Searched refs:BitMaskIter (Results 1 – 2 of 2) sorted by relevance
101 type IntoIter = BitMaskIter;104 fn into_iter(self) -> BitMaskIter { in into_iter() argument105 BitMaskIter(self) in into_iter()111 pub struct BitMaskIter(BitMask); struct113 impl Iterator for BitMaskIter { implementation
43 use self::bitmask::{BitMask, BitMaskIter};2168 bitmask: BitMaskIter,