Home
last modified time | relevance | path

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

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