rust-x-bindings / rust-xcb

Rust bindings and wrapper for XCB.
MIT License
161 stars 63 forks source link

dereferencing through `copy_nonoverlapping` #247

Closed rtbo closed 9 months ago

rtbo commented 9 months ago

this is what is done internally as well by copy_from_slice, so it should deal correctly with alignment

fixes #246