htmlEntityDesc

Type Alias htmlEntityDesc 

Source
pub type htmlEntityDesc = _htmlEntityDesc;

Aliased Type§

#[repr(C)]
pub struct htmlEntityDesc { pub value: u32, pub name: *const i8, pub desc: *const i8, }

Fields§

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