Struct rsvg::PositionData [] [src]

#[repr(C)]
pub struct PositionData { pub x: i32, pub y: i32, pub em: f64, pub ex: f64, }

Fields

Methods

impl PositionData
[src]

[src]

Trait Implementations

impl Clone for PositionData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PositionData
[src]

impl Debug for PositionData
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for PositionData
[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 PositionData

impl Sync for PositionData