Struct svgparser::ViewBox [] [src]

pub struct ViewBox {
    pub x: f64,
    pub y: f64,
    pub w: f64,
    pub h: f64,
}

ViewBox representation.

Fields

Methods

impl ViewBox
[src]

[src]

Creates a new ViewBox.

Trait Implementations

impl Debug for ViewBox
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ViewBox
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ViewBox
[src]

impl PartialEq for ViewBox
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for ViewBox

impl Sync for ViewBox