Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/analysis/
Dderive.rs367 if !self.derive_trait.can_derive_compound_with_vtable() && in constrain_type()
520 fn can_derive_compound_with_vtable(&self) -> bool { in can_derive_compound_with_vtable() method