Module audio_device::libc[][src]

This is supported on crate feature unix only.

libc specifics

These are all re-exports from the libc crate and are intended for local use w/ APIs that uses a C-like ABI, like ALSA.

Structs

pollfd

Enums

c_void

Equivalent to C’s void type when used as a pointer.

Constants

EFD_NONBLOCK
POLLIN
POLLOUT

Functions

eventfd
free
poll
read
write

Type Definitions

c_char
c_int
c_long
c_short
c_uint
c_ulong
nfds_t