RelLimits

Type Alias RelLimits 

Source
pub type RelLimits = Limits<Relative>;

Aliased Type§

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

Fields§

§v: f32x4

Trait Implementations§

Source§

impl Mul<Size2D<f32, Pixel>> for RelLimits

Source§

type Output = Limits<Pixel>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: PxDim) -> Self::Output

Performs the * operation. Read more