[][src]Module cuneiform_fields::arch

Architecture system uses default Rust supported platforms and architectures.

Alignment values are not randomly chosen or incorporated directly. Values are considered and incorporated inside with the mindset of preventing false sharing or creating less warp points in exclusive caching.

Please head to the documentation of Cuneiform for more info.

Structs

ArchPadding

Applies padding based on the architecture detected by cuneiform. This struct allows us to have padding on only wrapped field.