Sequal32 / simconnect-rust

SimConnect bindings for rust.
MIT License
32 stars 13 forks source link

cannot transmute_copy if U is larger than T #7

Closed Rybeusz100 closed 8 months ago

Rybeusz100 commented 1 year ago

Rust 1.64 introduced this change, which causes the program to panic when using transmute_copy(&data.dwData)

Sequal32 commented 8 months ago

The latest example code no longer uses transmute_copy to read data