pub type RasterIntSize = Size2D<i32, RasterPixel>;Aliased Type§
#[repr(C)]pub struct RasterIntSize {
    pub width: i32,
    pub height: i32,
}Fields§
§width: i32The extent of the element in the U units along the x axis (usually horizontal).
height: i32The extent of the element in the U units along the y axis (usually vertical).