index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
headers
/
func_ptr_in_struct.h
blob: 8e9bf60cebf04165564da9d6409ac43df963a6e8 (
plain
)
1
2
3
struct
Foo
{
enum
baz
(*
bar
) (
int
x
,
int
y
);
};