Type Alias htmlEntityDesc

Source
pub type htmlEntityDesc = _htmlEntityDesc;

Aliased Type§

struct htmlEntityDesc {
    pub value: u32,
    pub name: *const i8,
    pub desc: *const i8,
}

Fields§

§value: u32§name: *const i8§desc: *const i8