[][src]Struct seed_style_preview::ExactLength

pub struct ExactLength {
    pub unit: Unit,
    pub value: NotNan<f64>,
}

Fields

unit: Unitvalue: NotNan<f64>

Trait Implementations

impl Clone for ExactLength[src]

impl Debug for ExactLength[src]

impl Display for ExactLength[src]

impl From<ExactLength> for CssLetterSpacing[src]

impl From<ExactLength> for CssLineHeight[src]

impl From<ExactLength> for CssGridRowGap[src]

impl From<ExactLength> for CssGridColumnGap[src]

impl From<ExactLength> for CssGap[src]

impl From<ExactLength> for CssRowGap[src]

impl From<ExactLength> for CssColumnGap[src]

impl From<ExactLength> for CssSpace[src]

Space

impl From<ExactLength> for CssMargin[src]

impl From<ExactLength> for CssMarginLeft[src]

impl From<ExactLength> for CssMarginRight[src]

impl From<ExactLength> for CssMarginBottom[src]

impl From<ExactLength> for CssSize[src]

impl From<ExactLength> for CssMarginTop[src]

impl From<ExactLength> for CssPadding[src]

impl From<ExactLength> for CssPaddingLeft[src]

impl From<ExactLength> for CssPaddingRight[src]

impl From<ExactLength> for CssPaddingBottom[src]

impl From<ExactLength> for CssTop[src]

impl From<ExactLength> for CssColumnWidth[src]

impl From<ExactLength> for CssBottom[src]

impl From<ExactLength> for CssLeft[src]

impl From<ExactLength> for CssRight[src]

impl From<ExactLength> for CssWidth[src]

impl From<ExactLength> for CssPaddingTop[src]

impl From<ExactLength> for CssBorderWidth[src]

impl From<ExactLength> for CssFontSize[src]

impl From<ExactLength> for CssBorderLeftWidth[src]

impl From<ExactLength> for CssBorderRadius[src]

impl From<ExactLength> for CssBorderRightWidth[src]

impl From<ExactLength> for CssBorderTopWidth[src]

impl From<ExactLength> for CssBorderBottomWidth[src]

impl From<ExactLength> for CssHeight[src]

impl From<ExactLength> for CssMinHeight[src]

impl From<ExactLength> for CssMaxHeight[src]

impl From<ExactLength> for CssMinWidth[src]

impl From<ExactLength> for CssMaxWidth[src]

impl From<ExactLength> for CssGridGap[src]

impl<T> UpdateStyle<T> for ExactLength where
    ExactLength: Into<T>,
    T: UpdateStyle<T>, 
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Any for T where
    T: Any
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Clone for T where
    T: Clone
[src]

impl<T> CloneAny for T where
    T: Clone + Any
[src]

impl<T> Erased for T

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Sealed<T> for T where
    T: ?Sized

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,