An eventfd.
struct Eventfd {
/* private fields */
}| Name | Description |
|---|---|
| new | Creates a new eventfd. |
| new_init | Creates a new eventfd with an initial value. |
| Receiver | Name | Description |
|---|---|---|
&self | add | Adds a value to the eventfd. |
&self | get | Reads the value of the eventfd. |
| Name | Description |
|---|---|
| Drop | Objects with a destructor. |
| FDContainer | Objects that are file descriptor wrappers. |
| UndefState | Types that are not valid when they contain certain bit patterns. |