Enum css_style::unit::Length  [−][src]
pub enum Length {
}Variants
Em(Em)
Tuple Fields
0: EmEx(Ex)
Tuple Fields
0: ExCap(Cap)
Tuple Fields
0: CapCh(Ch)
Tuple Fields
0: ChIc(Ic)
Tuple Fields
0: IcRem(Rem)
Tuple Fields
0: RemRlh(Rlh)
Tuple Fields
0: RlhVm(Vm)
Tuple Fields
0: VmVh(Vh)
Tuple Fields
0: VhVi(Vi)
Tuple Fields
0: ViVb(Vb)
Tuple Fields
0: VbVmin(Vmin)
Tuple Fields
0: VminVmax(Vmax)
Tuple Fields
0: VmaxCm(Cm)
Tuple Fields
0: CmMm(Mm)
Tuple Fields
0: MmQ(Q)
Tuple Fields
0: QIn(In)
Tuple Fields
0: InPc(Pc)
Tuple Fields
0: PcPt(Pt)
Tuple Fields
0: PtPx(Px)
Tuple Fields
0: PxCalc(Calc)
Tuple Fields
0: CalcTrait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Length
impl UnwindSafe for Length
Blanket Implementations
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
    T: FloatComponent,
    Swp: WhitePoint,
    Dwp: WhitePoint,
    D: AdaptFrom<S, Swp, Dwp, T>, 
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
    T: FloatComponent,
    Swp: WhitePoint,
    Dwp: WhitePoint,
    D: AdaptFrom<S, Swp, Dwp, T>, 
Mutably borrows from an owned value. Read more
Convert into T with values clamped to the color defined bounds Read more
Convert into T. The resulting color might be invalid in its color space Read more
Convert into T, returning ok if the color is inside of its defined
range, otherwise an OutOfBounds error is returned which contains
the unclamped color. Read more
