RelLimits

Type Alias RelLimits 

Source
pub type RelLimits = Limits<Relative>;

Aliased Type§

pub struct RelLimits { /* private fields */ }

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