Struct layout_2020::table::layout::CollapsedBorder
source · struct CollapsedBorder {
style: BorderStyle,
width: Au,
}
Expand description
A calculated collapsed border.
Fields§
§style: BorderStyle
§width: Au
Implementations§
source§impl CollapsedBorder
impl CollapsedBorder
fn new(style: BorderStyle, width: Au) -> Self
fn from_style( style: &ComputedValues, writing_mode: WritingMode, ) -> LogicalSides<Self>
fn max_assign(&mut self, other: Self)
Trait Implementations§
source§impl Clone for CollapsedBorder
impl Clone for CollapsedBorder
source§fn clone(&self) -> CollapsedBorder
fn clone(&self) -> CollapsedBorder
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 CollapsedBorder
impl Debug for CollapsedBorder
source§impl Default for CollapsedBorder
impl Default for CollapsedBorder
source§impl Ord for CollapsedBorder
impl Ord for CollapsedBorder
https://drafts.csswg.org/css-tables/#border-specificity
Given two borders styles, the border style having the most specificity is the border style which…
- … has the value “hidden” as border-style, if only one does
- … has the biggest border-width, once converted into css pixels
- … has the border-style which comes first in the following list: double, solid, dashed, dotted, ridge, outset, groove, inset, none
source§impl PartialEq for CollapsedBorder
impl PartialEq for CollapsedBorder
source§fn eq(&self, other: &CollapsedBorder) -> bool
fn eq(&self, other: &CollapsedBorder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for CollapsedBorder
impl PartialOrd for CollapsedBorder
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for CollapsedBorder
impl StructuralPartialEq for CollapsedBorder
Auto Trait Implementations§
impl Freeze for CollapsedBorder
impl RefUnwindSafe for CollapsedBorder
impl Send for CollapsedBorder
impl Sync for CollapsedBorder
impl Unpin for CollapsedBorder
impl UnwindSafe for CollapsedBorder
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<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
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
source§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<R, P> ReadPrimitive<R> for P
impl<R, P> ReadPrimitive<R> for P
source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian()
.