macro_rules! align_n2 {
($x:expr, $n:expr) => { ... };
}Available on crate feature
mtls only.Expand description
Align input value to the next multiple of n bytes Valid only if n is a power of 2
macro_rules! align_n2 {
($x:expr, $n:expr) => { ... };
}mtls only.Align input value to the next multiple of n bytes Valid only if n is a power of 2