pyd v0.14.3 (2022-03-12T16:12:50Z)
Home
Dub
Repo
S
testdll
Undocumented in source.
struct
S {
int
i
;
char
[]
s
;
void
write_s
();
}
Members
Functions
write_s
void
write_s
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
i
int
i
;
Undocumented in source.
s
char
[]
s
;
Undocumented in source.
Meta
Source
See Implementation
testdll
classes
Bar
Foo
functions
PydMain
bar
baz
conv1
conv2
dg_test
foo
func_test
spam
throws
structs
A
S