pub type ComputedList = OwnedList<T>;Expand description
The computed value for this property.
Aliased Type§
pub struct ComputedList(pub OwnedSlice<GenericFilter<Angle, NonNegative<f32>, ZeroToOne<f32>, NonNegative<CSSPixelLength>, GenericSimpleShadow<GenericColor<Percentage>, CSSPixelLength, NonNegative<CSSPixelLength>>, Impossible>>);Tuple 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.