Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/analysis/
Dderive.rs460 DeriveTrait::Copy => ctx.no_copy_by_name(item), in not_by_name()
/external/rust/crates/bindgen/src/ir/
Dcontext.rs2621 pub fn no_copy_by_name(&self, item: &Item) -> bool { in no_copy_by_name() method