Struct png::PixelDimensions [] [src]

pub struct PixelDimensions {
    pub xppu: u32,
    pub yppu: u32,
    pub unit: Unit,
}

Pixel dimensions information

Fields

Pixels per unit, X axis

Pixels per unit, Y axis

Either Meter or Unspecified

Trait Implementations

impl Clone for PixelDimensions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PixelDimensions
[src]

impl Debug for PixelDimensions
[src]

Formats the value using the given formatter.