Fix FFI guide

This commit is contained in:
Corey Richardson 2014-08-21 12:58:42 -04:00
parent 21bd17fcc1
commit 01d2efaffe
1 changed files with 1 additions and 0 deletions

View File

@ -263,6 +263,7 @@ Rust code:
~~~~no_run
#[repr(C)]
struct RustObject {
a: i32,
// other members