pub fn shm_open<P>(name: &P, flag: OFlag, mode: Mode) -> Result<OwnedFd>Available on crate features
mman and fs only.Expand description
Creates and opens a new, or opens an existing, POSIX shared memory object.
For more information, see shm_open(3).