Module poll
alsa
0.9.1
Module poll
Module Items
Structs
Traits
Functions
In crate alsa
Modules
card
ctl
device_name
direct
hctl
mixer
pcm
poll
rawmidi
seq
Structs
Error
Output
Enums
Direction
Round
ValueOr
Type Aliases
Result
alsa
Module
poll
Copy item path
Settings
Help
Summary
Source
Expand description
Tiny poll ffi
A tiny wrapper around libc’s poll system call.
Structs
§
Flags
pollfd
Traits
§
Descriptors
Functions
§
poll
Wrapper around the libc poll call.
poll_
all
Builds a pollfd array, polls it, and returns the poll descriptors which have non-zero revents.