Function repr::row::read_untagged_bytes[][src]

fn read_untagged_bytes<'a>(data: &'a [u8], offset: &mut usize) -> &'a [u8]
Notable traits for &'_ mut [u8]
impl<'_> Write for &'_ mut [u8]impl<'_> Read for &'_ [u8]
Expand description

Read a byte slice starting at byte offset.

Updates offset to point to the first byte after the end of the read region.