Closed valpackett closed 7 years ago
When using rust-xcb to access an already existing xcb connection (for example, one from glutin), a way to avoid calling the destructor was needed. This pattern is similar to IntoRawFd from the standard library.
yes good point. Thank you
When using rust-xcb to access an already existing xcb connection (for example, one from glutin), a way to avoid calling the destructor was needed. This pattern is similar to IntoRawFd from the standard library.