Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/
Dclang.rs1604 pub struct CommentAttribute { struct
1619 type Item = CommentAttribute; argument
1620 fn next(&mut self) -> Option<CommentAttribute> { in next() argument
1624 Some(CommentAttribute { in next()