mmbuffer_t

Type Alias mmbuffer_t 

Source
pub type mmbuffer_t = s_mmbuffer;

Aliased Type§

#[repr(C)]
pub struct mmbuffer_t { pub ptr: *mut i8, pub size: i32, }

Fields§

§ptr: *mut i8§size: i32