Skip to main content

ExtendsMappedMemoryRange

Trait ExtendsMappedMemoryRange 

Source
pub unsafe trait ExtendsMappedMemoryRange { }
Expand description

Marker trait for structs that can appear in the pNext chain of MappedMemoryRange.

§Safety

Implementors must be valid pNext chain members for the target struct.

Implementors§