Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/
Dclang.rs1697 pub(crate) struct CommentAttribute { struct
1712 type Item = CommentAttribute; argument
1713 fn next(&mut self) -> Option<CommentAttribute> { in next()