Function core::mem::min_align_ofStable[src]
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.
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.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).