Modules§
Structs§
- Copy
- A Copy represents an owned copy of the struct binary contents
- Copy
Memory - OutOf
Bounds Violation - Reference
- A reference to an object living in the underlying memory view.
- Typed
Viewable Field
Enums§
Traits§
- Copy
Constructable - Marker trait for types that can be trivially constructed by copying their underlying data. It can also be assumed, that the size of a CopyConstructable is the actual binary object size.
- From
Memory View - Decode an object from memory view.
- Memory
View - Memory
View Dereferenceable - Viewable
- Viewable
Extends - Declare that one type extends the other
- Viewable
Field - Viewable
Sized
Attribute Macros§
- raw_
struct - Marks a struct as a representation of a C-style struct with memory-mapped fields.