[−][src]Derive Macro byte_struct_derive::ByteStructBE
#[derive(ByteStructBE)]
Derives trait ByteStruct for a data structure with byte order specified as big-endian
The byte order specification is only applied to members that don't have default byte order (e.g. primitive types). For nested structure, the byte order specified for the child structure is preserved.