Home
last modified time | relevance | path

Searched defs:IterNames (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/bitflags/src/
Diter.rs67 pub struct IterNames<B: 'static> { struct
74 impl<B: Flags> IterNames<B> { implementation
85 impl<B: 'static> IterNames<B> { implementation
107 impl<B: Flags> Iterator for IterNames<B> { implementation
Dtraits.rs411 type IterNames: Iterator<Item = (&'static str, Self)>; typedef
417 type IterNames = iter::IterNames<Self>; typedef