pub struct BorderInlineStartWidthStyleValue(pub LineWidth);Expand description
Represents the style value for border-inline-start-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 BorderInlineStartWidthStyleValue
impl Clone for BorderInlineStartWidthStyleValue
Source§fn clone(&self) -> BorderInlineStartWidthStyleValue
fn clone(&self) -> BorderInlineStartWidthStyleValue
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 Ord for BorderInlineStartWidthStyleValue
impl Ord for BorderInlineStartWidthStyleValue
Source§fn cmp(&self, other: &BorderInlineStartWidthStyleValue) -> Ordering
fn cmp(&self, other: &BorderInlineStartWidthStyleValue) -> 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 BorderInlineStartWidthStyleValue
impl<'a> Parse<'a> for BorderInlineStartWidthStyleValue
Source§impl PartialEq for BorderInlineStartWidthStyleValue
impl PartialEq for BorderInlineStartWidthStyleValue
Source§fn eq(&self, other: &BorderInlineStartWidthStyleValue) -> bool
fn eq(&self, other: &BorderInlineStartWidthStyleValue) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for BorderInlineStartWidthStyleValue
impl PartialOrd for BorderInlineStartWidthStyleValue
Source§impl<'a> Peek<'a> for BorderInlineStartWidthStyleValue
impl<'a> Peek<'a> for BorderInlineStartWidthStyleValue
Source§impl ToCursors for BorderInlineStartWidthStyleValue
impl ToCursors for BorderInlineStartWidthStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for BorderInlineStartWidthStyleValue
impl StructuralPartialEq for BorderInlineStartWidthStyleValue
Auto Trait Implementations§
impl Freeze for BorderInlineStartWidthStyleValue
impl RefUnwindSafe for BorderInlineStartWidthStyleValue
impl Send for BorderInlineStartWidthStyleValue
impl Sync for BorderInlineStartWidthStyleValue
impl Unpin for BorderInlineStartWidthStyleValue
impl UnwindSafe for BorderInlineStartWidthStyleValue
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