ISize

Type Alias ISize 

Source
pub type ISize = Size<i32>;

Aliased Type§

pub struct ISize {
    pub width: i32,
    pub height: i32,
}

Fields§

§width: i32§height: i32

Trait Implementations§

Source§

impl From<Size<f32>> for ISize

Source§

fn from(size: FSize) -> Self

Converts to this type from the input type.