Type Alias CABOOL

Source
pub type CABOOL = tagCABOOL;

Aliased Type§

struct CABOOL {
    pub cElems: u32,
    pub pElems: *mut i16,
}

Fields§

§cElems: u32§pElems: *mut i16