mem_t

Type Alias mem_t 

Source
pub type mem_t = mem_s;

Aliased Type§

#[repr(C)]
pub struct mem_t { pub pblk: pblk_t, pub buf_type: u32, pub pool: *mut pool_t, pub size: u64, }

Fields§

§pblk: pblk_t§buf_type: u32§pool: *mut pool_t§size: u64