Proposal: Remove `Copy` from `RawDisplayHandle`
madsmtm opened this issue · 3 comments
madsmtm commented
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.
madsmtm commented
Actually, maybe we should make all the raw handles !Copy
, again, in the spirit of consistency?
notgull commented
I am in favor of this
kchibisov commented
Making it non copy is more forward compat if the handle will have complicated semantics under the hood.