rust-windowing/raw-window-handle

Proposal: Remove `Copy` from `RawDisplayHandle`

madsmtm opened this issue · 3 comments

Should we do this?

Similar to #138, but more for consistency this time, it confused me that display handles are Copy while window handles are not.

Actually, maybe we should make all the raw handles !Copy, again, in the spirit of consistency?

I am in favor of this

Making it non copy is more forward compat if the handle will have complicated semantics under the hood.