Function std::mem::align_of_valStable[src]
pub fn align_of_val<T>(_val: &T) -> uint
Returns the alignment of the type of the value that _val points to.
This is similar to align_of, but function will properly handle types such
as trait objects (in the future), returning the alignment for an arbitrary
value at runtime.