pub type BlobToDeviceTranslation = Translation2D<i32, LayoutPixel, DevicePixel>;
Aliased Type§
#[repr(C)]pub struct BlobToDeviceTranslation {
pub x: i32,
pub y: i32,
}
Fields§
§x: i32
§y: i32
pub type BlobToDeviceTranslation = Translation2D<i32, LayoutPixel, DevicePixel>;
#[repr(C)]pub struct BlobToDeviceTranslation {
pub x: i32,
pub y: i32,
}
x: i32
§y: i32