pub type B16 = FixedBytes<2>;Expand description
2-byte fixed byte-array type.
Aliased Type§
#[repr(transparent)]pub struct B16(pub [u8; 2]);Tuple Fields§
§0: [u8; 2]pub type B16 = FixedBytes<2>;2-byte fixed byte-array type.
#[repr(transparent)]pub struct B16(pub [u8; 2]);0: [u8; 2]