Type Alias rsvg::xml::attributes::AttributeValue

source ·
pub type AttributeValue = DefaultAtom;
Expand description

Type used to store attribute values.

Attribute values are often repeated in an SVG file, so we intern them using the string_cache crate.

Aliased Type§

struct AttributeValue {
    unsafe_data: NonZero<u64>,
    phantom: PhantomData<EmptyStaticAtomSet>,
}

Fields§

§unsafe_data: NonZero<u64>§phantom: PhantomData<EmptyStaticAtomSet>