Searched defs:BitMaskIter (Results 1 – 2 of 2) sorted by relevance
96 fn into_iter(self) -> BitMaskIter { in into_iter()106 pub(crate) struct BitMaskIter(pub(crate) BitMask); struct108 impl Iterator for BitMaskIter { implementation
104 fn into_iter(self) -> BitMaskIter { in into_iter()111 pub struct BitMaskIter(BitMask); struct113 impl Iterator for BitMaskIter { implementation