Function core::mem::min_align_of_valStable[src]
pub fn min_align_of_val<T>(_val: &T) -> uint
Returns the ABI-required minimum alignment of the type of the value that
_val points to
pub fn min_align_of_val<T>(_val: &T) -> uint
Returns the ABI-required minimum alignment of the type of the value that
_val points to
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).