Type Alias SvgElement

Source
pub type SvgElement = SvgElement_;

Aliased Type§

struct SvgElement {
    pub name: *mut i8,
    pub attributeList: *mut SvgAttributeList_,
    pub lastAttribute: *mut SvgAttributeList_,
}

Fields§

§name: *mut i8§attributeList: *mut SvgAttributeList_§lastAttribute: *mut SvgAttributeList_