pub struct InsetInlineStartStyleValue(pub AutoOr<LengthPercentage>);Expand description
Represents the style value for inset-inline-start 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 InsetInlineStartStyleValue
impl Clone for InsetInlineStartStyleValue
Source§fn clone(&self) -> InsetInlineStartStyleValue
fn clone(&self) -> InsetInlineStartStyleValue
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 InsetInlineStartStyleValue
impl Debug for InsetInlineStartStyleValue
Source§impl Hash for InsetInlineStartStyleValue
impl Hash for InsetInlineStartStyleValue
Source§impl Ord for InsetInlineStartStyleValue
impl Ord for InsetInlineStartStyleValue
Source§fn cmp(&self, other: &InsetInlineStartStyleValue) -> Ordering
fn cmp(&self, other: &InsetInlineStartStyleValue) -> 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 InsetInlineStartStyleValue
impl<'a> Parse<'a> for InsetInlineStartStyleValue
Source§impl PartialOrd for InsetInlineStartStyleValue
impl PartialOrd for InsetInlineStartStyleValue
Source§impl<'a> Peek<'a> for InsetInlineStartStyleValue
impl<'a> Peek<'a> for InsetInlineStartStyleValue
Source§impl ToCursors for InsetInlineStartStyleValue
impl ToCursors for InsetInlineStartStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for InsetInlineStartStyleValue
impl StructuralPartialEq for InsetInlineStartStyleValue
Auto Trait Implementations§
impl Freeze for InsetInlineStartStyleValue
impl RefUnwindSafe for InsetInlineStartStyleValue
impl Send for InsetInlineStartStyleValue
impl Sync for InsetInlineStartStyleValue
impl Unpin for InsetInlineStartStyleValue
impl UnwindSafe for InsetInlineStartStyleValue
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