[][src]Macro linux_io_uring::mmap_offset

macro_rules! mmap_offset {
    ( $mmap:ident + $offset:expr => $ty:ty ) => { ... };
    ( unsafe $( let $val:ident = $mmap:ident + $offset:expr => $ty:ty );+ $(;)? ) => { ... };
}