pub type UnderlyingList<T> = OwnedSlice<T>;Aliased Type§
#[repr(C)]pub struct UnderlyingList<T> { /* private fields */ }Trait Implementations§
Source§impl From<OwnedList<GenericFilter<Angle, f32, CSSPixelLength, GenericSimpleShadow<GenericColor<Percentage>, CSSPixelLength, NonNegative<CSSPixelLength>>, Impossible>>> for UnderlyingList<T>
impl From<OwnedList<GenericFilter<Angle, f32, 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.