Struct rsvg::DimensionData [] [src]

#[repr(C)]
pub struct DimensionData { pub width: i32, pub height: i32, pub em: f64, pub ex: f64, }

Fields

Methods

impl DimensionData
[src]

Trait Implementations

impl Clone for DimensionData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DimensionData
[src]

impl Debug for DimensionData
[src]

Formats the value using the given formatter.

impl PartialEq for DimensionData
[src]

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

This method tests for !=.