Buffer32

Type Alias Buffer32 

Source
pub type Buffer32 = Buffer<{ i32::TEXT_SIZE }>;
Expand description

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

Aliased Typeยง

pub struct Buffer32 { /* private fields */ }