Crate raw_struct

Crate raw_struct 

Source

Modules§

builtins

Structs§

Copy
A Copy represents an owned copy of the struct binary contents
CopyMemory
OutOfBoundsViolation
Reference
A reference to an object living in the underlying memory view.
TypedViewableField

Enums§

MemoryDecodeError

Traits§

CopyConstructable
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.
FromMemoryView
Decode an object from memory view.
MemoryView
MemoryViewDereferenceable
Viewable
ViewableExtends
Declare that one type extends the other
ViewableField
ViewableSized

Attribute Macros§

raw_struct
Marks a struct as a representation of a C-style struct with memory-mapped fields.