extern_spec_std_mem_align_of

Function extern_spec_std_mem_align_of 

Source
pub fn extern_spec_std_mem_align_of<T>() -> usize
Expand description

extern spec for ::std::mem::align_of<T>

This is not a real function: its only use is for documentation.

terminates

ensures

result == align_of_logic::<T>()