Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/analysis/
Dderive.rs172 if !self.derive_trait.can_derive_union() && in constrain_type()
323 if self.derive_trait.can_derive_union() { in constrain_type()
506 fn can_derive_union(&self) -> bool { in can_derive_union() method