[][src]Module aligned_bytes::stack

Aligned wrappers

Structs

Align2

A newtype with alignment of at least 2 bytes

Align4

A newtype with alignment of at least 4 bytes

Align8

A newtype with alignment of at least 8 bytes

Align16

A newtype with alignment of at least 16 bytes

Align32

A newtype with alignment of at least 32 bytes

Align64

A newtype with alignment of at least 64 bytes

Functions

align2

Wraps a value with alignment of at least 2 bytes

align4

Wraps a value with alignment of at least 4 bytes

align8

Wraps a value with alignment of at least 8 bytes

align16

Wraps a value with alignment of at least 16 bytes

align32

Wraps a value with alignment of at least 32 bytes

align64

Wraps a value with alignment of at least 64 bytes