pub struct InsetInlineEndStyleValue(pub AutoOr<LengthPercentage>);Expand description
Represents the style value for inset-inline-end as defined in css-position-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:
auto | <length-percentage>Tuple Fields§
§0: AutoOr<LengthPercentage>Trait Implementations§
Source§impl Clone for InsetInlineEndStyleValue
impl Clone for InsetInlineEndStyleValue
Source§fn clone(&self) -> InsetInlineEndStyleValue
fn clone(&self) -> InsetInlineEndStyleValue
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 Debug for InsetInlineEndStyleValue
impl Debug for InsetInlineEndStyleValue
Source§impl Hash for InsetInlineEndStyleValue
impl Hash for InsetInlineEndStyleValue
Source§impl Ord for InsetInlineEndStyleValue
impl Ord for InsetInlineEndStyleValue
Source§fn cmp(&self, other: &InsetInlineEndStyleValue) -> Ordering
fn cmp(&self, other: &InsetInlineEndStyleValue) -> 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 InsetInlineEndStyleValue
impl<'a> Parse<'a> for InsetInlineEndStyleValue
Source§impl PartialEq for InsetInlineEndStyleValue
impl PartialEq for InsetInlineEndStyleValue
Source§impl PartialOrd for InsetInlineEndStyleValue
impl PartialOrd for InsetInlineEndStyleValue
Source§impl<'a> Peek<'a> for InsetInlineEndStyleValue
impl<'a> Peek<'a> for InsetInlineEndStyleValue
Source§impl ToCursors for InsetInlineEndStyleValue
impl ToCursors for InsetInlineEndStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for InsetInlineEndStyleValue
impl StructuralPartialEq for InsetInlineEndStyleValue
Auto Trait Implementations§
impl Freeze for InsetInlineEndStyleValue
impl RefUnwindSafe for InsetInlineEndStyleValue
impl Send for InsetInlineEndStyleValue
impl Sync for InsetInlineEndStyleValue
impl Unpin for InsetInlineEndStyleValue
impl UnwindSafe for InsetInlineEndStyleValue
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