Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/
Dclang.rs1471 pub struct CommentAttribute { struct
1486 type Item = CommentAttribute; argument
1487 fn next(&mut self) -> Option<CommentAttribute> { in next()