Expand description
§Derive macro for Byte Struct
This crate provides macros for deriving the ByteStruct
trait
defined in the byte_struct
crate.
See #[derive(ByteStruct)]
for using the macro.
Derive Macros§
- Byte
Struct - Derives trait
ByteStruct
for a data structure. - Byte
StructBE Deprecated - Same effect as
#[derive(ByteStruct)] #[byte_struct_be]
- Byte
StructLE Deprecated - Same effect as
#[derive(ByteStruct)] #[byte_struct_le]