Struct style::stylesheets::Namespaces [] [src]

pub struct Namespaces {
    pub default: Option<(Namespace, NamespaceId)>,
    pub prefixes: FnvHashMap<Prefix, (Namespace, NamespaceId)>,
}

A set of namespaces applying to a given stylesheet.

The namespace id is used in gecko

Fields

Trait Implementations

impl Clone for Namespaces
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Namespaces
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Namespaces
[src]

[src]

Returns the "default value" for a type. Read more

impl MallocSizeOf for Namespaces
[src]

[src]

Measure the heap usage of all descendant heap-allocated structures, but not the space taken up by the value itself. Read more