Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dderive.rs32 fn can_derive_copy(&self, ctx: &BindgenContext) -> bool; in can_derive_copy() method
Ditem.rs328 fn can_derive_copy(&self, ctx: &BindgenContext) -> bool { in can_derive_copy() method
329 self.id().can_derive_copy(ctx) in can_derive_copy()
Dcomp.rs1661 field_data.ty().can_derive_copy(ctx) in can_be_rust_union()
Dcontext.rs234 fn can_derive_copy(&self, ctx: &BindgenContext) -> bool { in can_derive_copy() function
/external/rust/crates/bindgen/src/codegen/
Dmod.rs127 if item.can_derive_copy(ctx) && !item.annotations().disallow_copy() { in derives_of_item()