Crate vmnet

Crate vmnet 

Source

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() and Interface::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 Error type 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 Bridged mode.

Type Aliases§

Result
A specialized Result type for operations involving vmnet.framework.