Buffer

Type Alias Buffer 

Source
pub type Buffer = _buffer_t;

Aliased Type§

#[repr(C)]
pub struct Buffer { pub size: u32, pub data: [i8; 512], }

Fields§

§size: u32§data: [i8; 512]