Type Alias style::properties::generated::longhands::box_shadow::computed_value::UnderlyingList
source · pub type UnderlyingList<T> = OwnedSlice<T>;
Aliased Type§
struct UnderlyingList<T> { /* private fields */ }
Trait Implementations§
source§impl From<OwnedList<GenericBoxShadow<GenericColor<Percentage>, CSSPixelLength, NonNegative<CSSPixelLength>, CSSPixelLength>>> for UnderlyingList<T>
impl From<OwnedList<GenericBoxShadow<GenericColor<Percentage>, CSSPixelLength, NonNegative<CSSPixelLength>, CSSPixelLength>>> for UnderlyingList<T>
source§fn from(l: ComputedList) -> Self
fn from(l: ComputedList) -> Self
Converts to this type from the input type.