Modules§
Macros§
- extended_
enum - Creates an enum with various traits. The first key-value pair is the default used if any conversion would fail.
- extended_
enum_ default - Creates an enum with various traits. The first key-value pair is the default used if any conversion would fail.
Structs§
- Attribute
- Error
- The Error type.
- Hardware
Address - HardwareAddress is an eight octet identifier used for example as the MAC address for Ethernet (802.3), Bluetooth or Wi-Fi (802.11)
- Socket
- Netlink Socket can be used to communicate with the Linux kernel using the netlink protocol.
Enums§
Traits§
- Convert
From - A trait for converting a value from one type to another. Any failure in converting will return None.
- Native
Read - Native
Write
Functions§
Type Aliases§
- Result
- Convenient wrapper around
std::Result
.