Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/
Dclang.rs1699 pub(crate) struct CommentAttribute { struct
1714 type Item = CommentAttribute; argument
1715 fn next(&mut self) -> Option<CommentAttribute> { in next()