Buffer16

Type Alias Buffer16 

Source
pub type Buffer16 = Buffer<{ i16::TEXT_SIZE }>;
Expand description

Alias to buffer that can be used to write 16 bit integers

Aliased Typeยง

pub struct Buffer16 { /* private fields */ }