Function lrs::intrinsics::min_align_of

Calculates the alignment of a type.

Syntax

unsafe extern "rust-intrinsic" fn min_align_of<T>() -> usize

Return value

Returns the alignment of T objects.

Remarks

You should never use this function directly. Use align_of instead.

See also