Searched refs:can_derive_default (Results 1 – 4 of 4) sorted by relevance
40 fn can_derive_default(&self, ctx: &BindgenContext) -> bool; in can_derive_default() method
322 fn can_derive_default(&self, ctx: &BindgenContext) -> bool { in can_derive_default() method323 self.id().can_derive_default(ctx) in can_derive_default()
225 fn can_derive_default(&self, ctx: &BindgenContext) -> bool { in can_derive_default() function
121 if item.can_derive_default(ctx) && !item.annotations().disallow_default() { in derives_of_item()