Struct style::properties::generated::longhands::box_shadow::SpecifiedValue
source · pub struct SpecifiedValue(pub OwnedSlice<SpecifiedValue>);
Expand description
The specified value of box-shadow.
Tuple Fields§
§0: OwnedSlice<SpecifiedValue>
Trait Implementations§
source§impl Clone for SpecifiedValue
impl Clone for SpecifiedValue
source§fn clone(&self) -> SpecifiedValue
fn clone(&self) -> SpecifiedValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SpecifiedValue
impl Debug for SpecifiedValue
source§impl MallocSizeOf for SpecifiedValue
impl MallocSizeOf for SpecifiedValue
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
source§impl PartialEq for SpecifiedValue
impl PartialEq for SpecifiedValue
source§fn eq(&self, other: &SpecifiedValue) -> bool
fn eq(&self, other: &SpecifiedValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl SpecifiedValueInfo for SpecifiedValue
impl SpecifiedValueInfo for SpecifiedValue
source§const SUPPORTED_TYPES: u8 = 1u8
const SUPPORTED_TYPES: u8 = 1u8
Supported CssTypes by the given value type. Read more
source§impl ToComputedValue for SpecifiedValue
impl ToComputedValue for SpecifiedValue
§type ComputedValue = OwnedList<GenericBoxShadow<GenericColor<Percentage>, CSSPixelLength, NonNegative<CSSPixelLength>, CSSPixelLength>>
type ComputedValue = OwnedList<GenericBoxShadow<GenericColor<Percentage>, CSSPixelLength, NonNegative<CSSPixelLength>, CSSPixelLength>>
The computed value type we’re going to be converted to.
source§fn to_computed_value(&self, context: &Context<'_>) -> T
fn to_computed_value(&self, context: &Context<'_>) -> T
Convert a specified value to a computed value, using itself and the data
inside the
Context
.source§fn from_computed_value(computed: &T) -> Self
fn from_computed_value(computed: &T) -> Self
Convert a computed value to specified value form. Read more
source§impl ToCss for SpecifiedValue
impl ToCss for SpecifiedValue
source§impl ToShmem for SpecifiedValue
impl ToShmem for SpecifiedValue
impl StructuralPartialEq for SpecifiedValue
Auto Trait Implementations§
impl Freeze for SpecifiedValue
impl RefUnwindSafe for SpecifiedValue
impl Send for SpecifiedValue
impl Sync for SpecifiedValue
impl Unpin for SpecifiedValue
impl UnwindSafe for SpecifiedValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<T> MaybeBoxed<Box<T>> for T
impl<T> MaybeBoxed<Box<T>> for T
source§fn maybe_boxed(self) -> Box<T>
fn maybe_boxed(self) -> Box<T>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert