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