Guest User

Untitled

a guest
Jan 20th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. struct MyObject(mut ffi::MyObject*);
  2.  
  3. impl MyObject {
  4. fn foo(&self) {
  5. ffi::MyObject_sayHi(self.0);
  6. }
  7. }
Add Comment
Please, Sign In to add comment