Type Alias style::properties::generated::longhands::box_shadow::computed_value::ComputedList
source · pub type ComputedList = OwnedList<T>;
Expand description
The computed value for this property.
Aliased Type§
struct ComputedList(pub OwnedSlice<GenericBoxShadow<GenericColor<Percentage>, CSSPixelLength, NonNegative<CSSPixelLength>, CSSPixelLength>>);
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.