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 { /* private fields */ }