Function is_aligned

Source
fn is_aligned<V: IoVectorTrait>(
    bufv: &V,
    offset: u64,
    mem_align: usize,
    req_align: usize,
) -> bool
Expand description

Check whether the given request is aligned.