Struct rsvg_sys::RsvgDimensionData [] [src]

#[repr(C)]
pub struct RsvgDimensionData { pub width: c_int, pub height: c_int, pub em: c_double, pub ex: c_double, }

Fields

Trait Implementations

impl Debug for RsvgDimensionData
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations