AbsRect

Type Alias AbsRect 

Source
pub type AbsRect = Rect<Logical>;
Expand description

A 2D rectangle in logical units (display-independent pixels)

Aliased Type§

pub struct AbsRect {
    pub v: f32x4,
    /* private fields */
}

Fields§

§v: f32x4

Trait Implementations§

Source§

impl<U> AddAssign<Perimeter<U>> for AbsRect

Source§

fn add_assign(&mut self, rhs: Perimeter<U>)

Performs the += operation. Read more