Function assembly_fdb::ro::buffer::get_at

source ·
pub fn get_at<T>(buf: &[u8], addr: usize) -> Res<&T>
Expand description

Get a reference to a type at the given address of this buffer

This functions checks whether the offset and alignment is valid