tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
iovec
tango
stdc
posix
sys
uio
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
struct
iovec
struct
iovec
struct
iovec
struct
iovec
version(!linux && !darwin && !FreeBSD && solaris)
extern (
C
)
struct
iovec {
void
*
iov_base
;
size_t
iov_len
;
}
Members
Variables
iov_base
void
*
iov_base
;
Undocumented in source.
iov_len
size_t
iov_len
;
Undocumented in source.
Meta
Source
See Implementation
tango
stdc
posix
sys
uio
functions
readv
writev
structs
iovec