pub type LayoutToDeviceScale = Scale<f32, LayoutPixel, DevicePixel>;Expand description
A complete scaling ratio from layout space to device pixel space.
Aliased Type§
#[repr(C)]pub struct LayoutToDeviceScale(pub f32);Tuple Fields§
§0: f32pub type LayoutToDeviceScale = Scale<f32, LayoutPixel, DevicePixel>;A complete scaling ratio from layout space to device pixel space.
#[repr(C)]pub struct LayoutToDeviceScale(pub f32);0: f32