Expand description
All portable code for OS in unix family.
Re-exports§
pub use linux::timer_poll::TimerEventWatch;pub use linux::timer_fd_linux::TimerFdInternal;pub use nix::libc;
Modules§
Structs§
- Borrowed
Fd - A borrowed file descriptor.
- Timer
Flags - Flags controling the type of the timer type.
- Timer
SetTime Flags - A bit mask that can include the values.
- itimerspec
- timespec
Enums§
- Timer
Type - A timer type
Constants§
Traits§
- AsFd
- A trait to borrow the file descriptor from an underlying object.
- AsRawFd
- A trait to extract the raw file descriptor from an underlying object.
- UnixFd
Type Aliases§
- RawFd
- Raw file descriptors.