LogicalRect

Type Alias LogicalRect 

Source
pub type LogicalRect<T> = Rect<T, Logical>;

Aliased Type§

pub struct LogicalRect<T> {
    pub left: T,
    pub top: T,
    pub right: T,
    pub bottom: T,
    /* private fields */
}

Fields§

§left: T§top: T§right: T§bottom: T