pub fn get_pod<T: AnyBitPattern>( mmap: &Mmap, offset: usize, ) -> Result<(&T, usize)>
Borrows a value of type T from mmap
T
mmap
Type T must be plain ol’ data to ensure no undefined behavior.