Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs235 ctx.options().derive_copy && ctx.lookup_can_derive_copy(*self) in can_derive_copy()
2692 pub fn lookup_can_derive_copy<Id: Into<ItemId>>(&self, id: Id) -> bool { in lookup_can_derive_copy() method