Type Alias style::properties::generated::longhands::filter::computed_value::ComputedList
source · pub type ComputedList = OwnedList<T>;
Expand description
The computed value for this property.
Aliased Type§
struct ComputedList(pub OwnedSlice<GenericFilter<Angle, NonNegative<f32>, ZeroToOne<f32>, NonNegative<CSSPixelLength>, GenericSimpleShadow<GenericColor<Percentage>, CSSPixelLength, NonNegative<CSSPixelLength>>, Impossible>>);
Fields§
§0: OwnedSlice<GenericFilter<Angle, NonNegative<f32>, ZeroToOne<f32>, NonNegative<CSSPixelLength>, GenericSimpleShadow<GenericColor<Percentage>, CSSPixelLength, NonNegative<CSSPixelLength>>, Impossible>>
Trait Implementations§
source§impl From<OwnedSlice<GenericFilter<Angle, NonNegative<f32>, ZeroToOne<f32>, NonNegative<CSSPixelLength>, GenericSimpleShadow<GenericColor<Percentage>, CSSPixelLength, NonNegative<CSSPixelLength>>, Impossible>>> for ComputedList
impl From<OwnedSlice<GenericFilter<Angle, NonNegative<f32>, ZeroToOne<f32>, NonNegative<CSSPixelLength>, GenericSimpleShadow<GenericColor<Percentage>, CSSPixelLength, NonNegative<CSSPixelLength>>, Impossible>>> for ComputedList
source§fn from(l: UnderlyingList<T>) -> Self
fn from(l: UnderlyingList<T>) -> Self
Converts to this type from the input type.