[][src]Macro memory_slice::align

macro_rules! align {
    ($alignment:literal, $exp:expr) => { ... };
}

Returns an overaligned value.

align(alignment,expr) returns the value of a structure declared with #[repr(align($alignment))] attributes that dereferences the result of expr.