Skip to main content

Alignment

Type Alias Alignment 

Source
pub type Alignment = Alignment;
👎Deprecated since 1.97.0:

moved from ptr to mem

🔬This is a nightly-only experimental API. (ptr_alignment_type #102070)
Expand description

Deprecated re-export of mem::Alignment.

Aliased Type§

#[repr(transparent)]
pub struct Alignment { _inner_repr_trick: AlignmentEnum, }

Fields§

§_inner_repr_trick: AlignmentEnum
🔬This is a nightly-only experimental API. (ptr_alignment_type #102070)