pub type DevicePixelScale = Scale<f32, WorldPixel, DevicePixel>;Expand description
Scaling ratio from world pixels to device pixels.
Aliased Type§
#[repr(C)]pub struct DevicePixelScale(pub f32);Tuple Fields§
§0: f32pub type DevicePixelScale = Scale<f32, WorldPixel, DevicePixel>;Scaling ratio from world pixels to device pixels.
#[repr(C)]pub struct DevicePixelScale(pub f32);0: f32