Modules§
- mode
- Interface modes and their supporting structures and enumerations.
- parameters
- Parameters that can be retrieved from the interface or received from an interface callback call.
- port_
forwarding - Structures related to port forwarding functionality.
Structs§
- Batch
- Holds multiple packet descriptors to avoid unnecessary allocations
on each
Interface::read_batch()andInterface::write_batch()calls. - Events
- Describes events received for a given interface callback call.
- Interface
- A virtual network interface.
- Options
- Options that are common to all interface modes.
Enums§
- Error
- A specialized
Errortype for errors involving vmnet.framework. - Status
- A status returned by the vmnet.framework.
Functions§
- shared_
interface_ list - Retrieves a list of interfaces for use in
Bridgedmode.
Type Aliases§
- Result
- A specialized
Resulttype for operations involving vmnet.framework.