Type Alias TCMAPREC

Source
pub type TCMAPREC = _TCMAPREC;

Aliased Type§

struct TCMAPREC {
    pub ksiz: i32,
    pub vsiz: i32,
    pub left: *mut _TCMAPREC,
    pub right: *mut _TCMAPREC,
    pub prev: *mut _TCMAPREC,
    pub next: *mut _TCMAPREC,
}

Fields§

§ksiz: i32§vsiz: i32§left: *mut _TCMAPREC§right: *mut _TCMAPREC§prev: *mut _TCMAPREC§next: *mut _TCMAPREC