Home
last modified time | relevance | path

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

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