Enum usvg::Units[][src]

pub enum Units {
    UserSpaceOnUse,
    ObjectBoundingBox,
}

An element units.

*Units attribute in the SVG.

Variants

Trait Implementations

impl Clone for Units
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Units
[src]

impl PartialEq for Units
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Units
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Units

impl Sync for Units