Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

unions: cairo_pattern_t to u8 #166

Merged
merged 1 commit into from
Nov 13, 2017
Merged

unions: cairo_pattern_t to u8 #166

merged 1 commit into from
Nov 13, 2017

Conversation

flukejones
Copy link

Is required for this PR for unions in gir.

This is a bit of a sticky situation... Proper union support in Rust requires that the unions and everything they contain must implement or derive Copy,Clone, and c_void does not allow this.

@GuillaumeGomez
Copy link
Member

Sounds good to me.

cc @EPashkin @sdroege

@sdroege
Copy link
Member

sdroege commented Nov 13, 2017

Sure, also derive Debug please

@flukejones
Copy link
Author

@sdroege, done 😃

@flukejones
Copy link
Author

Fixed a hiccup. Looks good to go.

@EPashkin
Copy link
Member

👍 too.

@GuillaumeGomez
Copy link
Member

Thanks!

@GuillaumeGomez GuillaumeGomez merged commit e51b2e6 into gtk-rs:master Nov 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants