[src]

Function std::mem::min_align_of

pub fn min_align_of<T>() -> uint

Returns the ABI-required minimum alignment of a type

This is the alignment used for struct fields. It may be smaller than the preferred alignment.