Hi, I have a type which will be bind to appropriate C structure:
type test_type = {
val1 : i16;
val2 : i32;
}
How could I get size of the test_type? How could I provide an information about
alignment of the test_type?
Regards,
Alexander.
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev
