Reads a value of type `T` from this buffer starting from the given offset. # Panics This function will panic if the given offset plus the size of the value exceeds this buffer's length. # Safety The caller must ensure that the designated region of memory contains a valid instance of type `T` at the given offset.
(&self, offset: usize)