Skip to main content

Module types

Module types 

Source
Expand description

Types necessary for frame reconstruction and segmentation.

Structs§

FrameBuilder
A helper object that reassembles segments into frames.
FrameDashMap
A FrameMap implementation using reference-counted dashmap::DashMap as a backend.
FrameHashMap
A FrameMap implementation using hashbrown::HashMap as backend.
FrameInspector
Allows inspecting incomplete frame buffer inside the Reassembler.

Enums§

FrameMapEntry

Traits§

FrameMap
An abstraction of a Hash Map, suitable for reassembling frames.
FrameMapOccupiedEntry
Trait describing an occupied entry in a FrameMap.
FrameMapVacantEntry
Trait describing a vacant entry in a FrameMap.