Function zerocopy::util::aligned_to

source ยท
pub(crate) fn aligned_to<T: AsAddress, U>(t: T) -> bool
Expand description

Is t aligned to mem::align_of::<U>()?