pub struct BorderBlockEndWidthStyleValue(pub LineWidth);Expand description
Represents the style value for border-block-end-width as defined in css-borders-4.
CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.
The grammar is defined as:
<line-width>Tuple Fields§
§0: LineWidthTrait Implementations§
Source§impl Clone for BorderBlockEndWidthStyleValue
impl Clone for BorderBlockEndWidthStyleValue
Source§fn clone(&self) -> BorderBlockEndWidthStyleValue
fn clone(&self) -> BorderBlockEndWidthStyleValue
Returns a duplicate 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 Hash for BorderBlockEndWidthStyleValue
impl Hash for BorderBlockEndWidthStyleValue
Source§impl Ord for BorderBlockEndWidthStyleValue
impl Ord for BorderBlockEndWidthStyleValue
Source§fn cmp(&self, other: &BorderBlockEndWidthStyleValue) -> Ordering
fn cmp(&self, other: &BorderBlockEndWidthStyleValue) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for BorderBlockEndWidthStyleValue
impl<'a> Parse<'a> for BorderBlockEndWidthStyleValue
Source§impl PartialEq for BorderBlockEndWidthStyleValue
impl PartialEq for BorderBlockEndWidthStyleValue
Source§fn eq(&self, other: &BorderBlockEndWidthStyleValue) -> bool
fn eq(&self, other: &BorderBlockEndWidthStyleValue) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for BorderBlockEndWidthStyleValue
impl PartialOrd for BorderBlockEndWidthStyleValue
Source§impl<'a> Peek<'a> for BorderBlockEndWidthStyleValue
impl<'a> Peek<'a> for BorderBlockEndWidthStyleValue
Source§impl ToCursors for BorderBlockEndWidthStyleValue
impl ToCursors for BorderBlockEndWidthStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for BorderBlockEndWidthStyleValue
impl StructuralPartialEq for BorderBlockEndWidthStyleValue
Auto Trait Implementations§
impl Freeze for BorderBlockEndWidthStyleValue
impl RefUnwindSafe for BorderBlockEndWidthStyleValue
impl Send for BorderBlockEndWidthStyleValue
impl Sync for BorderBlockEndWidthStyleValue
impl Unpin for BorderBlockEndWidthStyleValue
impl UnwindSafe for BorderBlockEndWidthStyleValue
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