pub type LookupIndex = u16;
Expand description

An index in LookupList.

Trait Implementations§

source§

impl FromData for u16

source§

const SIZE: usize = 2usize

Object’s raw data size. Read more
source§

fn parse(data: &[u8]) -> Option<Self>

Parses an object from a raw data.