pub trait Alignment: Sealed { }Expand description
Valid Alignment.
Due to restrictions in the compiler, this only allows alignments up to 229. The alignments between 216 are conditional on the target pointer width being 32 bits or higher.
pub trait Alignment: Sealed { }Valid Alignment.
Due to restrictions in the compiler, this only allows alignments up to 229. The alignments between 216 are conditional on the target pointer width being 32 bits or higher.