Module align

Module align 

Source
Expand description

Transparent thin wrapper types for artificially increasing the alignment of the wrapped type.

Structsยง

Aligned2
A thin wrapper type with an alignment of at least 2B.
Aligned4
A thin wrapper type with an alignment of at least 4B.
Aligned8
A thin wrapper type with an alignment of at least 8B.
Aligned1M
A thin wrapper type with an alignment of at least 1MB.
Aligned2M
A thin wrapper type with an alignment of at least 2MB.
Aligned4M
A thin wrapper type with an alignment of at least 4MB.
Aligned8M
A thin wrapper type with an alignment of at least 8MB.
Aligned8k
A thin wrapper type with an alignment of at least 8kB.
Aligned16
A thin wrapper type with an alignment of at least 16B.
Aligned32
A thin wrapper type with an alignment of at least 32B.
Aligned64
A thin wrapper type with an alignment of at least 64B.
Aligned16M
A thin wrapper type with an alignment of at least 16MB.
Aligned16k
A thin wrapper type with an alignment of at least 16kB.
Aligned32M
A thin wrapper type with an alignment of at least 32MB.
Aligned32k
A thin wrapper type with an alignment of at least 32kB.
Aligned64M
A thin wrapper type with an alignment of at least 64MB.
Aligned64k
A thin wrapper type with an alignment of at least 64kB.
Aligned128
A thin wrapper type with an alignment of at least 128B.
Aligned256
A thin wrapper type with an alignment of at least 256B.
Aligned512
A thin wrapper type with an alignment of at least 512B.
Aligned128M
A thin wrapper type with an alignment of at least 128MB.
Aligned128k
A thin wrapper type with an alignment of at least 128kB.
Aligned256M
A thin wrapper type with an alignment of at least 256MB.
Aligned256k
A thin wrapper type with an alignment of at least 256kB.
Aligned512M
A thin wrapper type with an alignment of at least 512MB.
Aligned512k
A thin wrapper type with an alignment of at least 512kB.
Aligned1024
A thin wrapper type with an alignment of at least 1kB.
Aligned2048
A thin wrapper type with an alignment of at least 2kB.
Aligned4096
A thin wrapper type with an alignment of at least 4kB.