pub type ComputedList = OwnedList<T>;Expand description
The computed value for this property.
Aliased Type§
pub struct ComputedList(pub OwnedSlice<GenericBoxShadow<GenericColor<Percentage>, CSSPixelLength, NonNegative<CSSPixelLength>, CSSPixelLength>>);Tuple Fields§
§0: OwnedSlice<GenericBoxShadow<GenericColor<Percentage>, CSSPixelLength, NonNegative<CSSPixelLength>, CSSPixelLength>>Trait Implementations§
Source§impl From<OwnedSlice<GenericBoxShadow<GenericColor<Percentage>, CSSPixelLength, NonNegative<CSSPixelLength>, CSSPixelLength>>> for ComputedList
impl From<OwnedSlice<GenericBoxShadow<GenericColor<Percentage>, CSSPixelLength, NonNegative<CSSPixelLength>, CSSPixelLength>>> for ComputedList
Source§fn from(l: UnderlyingList<T>) -> Self
fn from(l: UnderlyingList<T>) -> Self
Converts to this type from the input type.