Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Bindings for GDI+ #420

Open
snuk182 opened this issue Mar 27, 2017 · 2 comments
Open

[Feature Request] Bindings for GDI+ #420

snuk182 opened this issue Mar 27, 2017 · 2 comments
Labels
missing api A request for a missing API

Comments

@snuk182
Copy link

snuk182 commented Mar 27, 2017

Blocks snuk182/nuklear-rust#1 .

@docbrown
Copy link
Contributor

docbrown commented Apr 7, 2017

The GDI+ structures use 8-byte packing, so I don't think this can be implemented until #[repr(packed = "N")] is stabilized (see rust-lang/rust#33158).

@retep998
Copy link
Owner

@docbrown If the packing is greater than or equal to the struct's natural alignment, then it'll work fine. Only when the packing is lower than the struct's natural alignment, but higher than 1, that is where things are currently impossible.

@Jarcho Jarcho mentioned this issue Apr 15, 2018
@retep998 retep998 added the missing api A request for a missing API label Aug 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
missing api A request for a missing API
Projects
None yet
Development

No branches or pull requests

3 participants