Struct simplesvg::Trans [] [src]

pub struct Trans { /* fields omitted */ }

Transformations.

Transformations are emitted in the order they were specified.

Methods

impl Trans
[src]

Trait Implementations

impl Clone for Trans
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Trans
[src]

Formats the value using the given formatter.

impl Default for Trans
[src]

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

impl Display for Trans
[src]

Formats the value using the given formatter. Read more