Struct windows_reader::TypeTree [−][src]
pub struct TypeTree {
pub namespace: &'static str,
pub types: BTreeMap<&'static str, TypeEntry>,
pub namespaces: BTreeMap<&'static str, TypeTree>,
pub include: bool,
}Fields
namespace: &'static strtypes: BTreeMap<&'static str, TypeEntry>namespaces: BTreeMap<&'static str, TypeTree>include: bool