Searched refs:can_derive_copy (Results 1 – 5 of 5) sorted by relevance
32 fn can_derive_copy(&self, ctx: &BindgenContext) -> bool; in can_derive_copy() method
328 fn can_derive_copy(&self, ctx: &BindgenContext) -> bool { in can_derive_copy() method329 self.id().can_derive_copy(ctx) in can_derive_copy()
1661 field_data.ty().can_derive_copy(ctx) in can_be_rust_union()
234 fn can_derive_copy(&self, ctx: &BindgenContext) -> bool { in can_derive_copy() function
127 if item.can_derive_copy(ctx) && !item.annotations().disallow_copy() { in derives_of_item()