pub struct MaxInlineSizeStyleValue(pub MaxWidthStyleValue);Expand description
Represents the style value for max-inline-size as defined in css-logical-1.
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:
<'max-width'>Tuple Fields§
§0: MaxWidthStyleValueTrait Implementations§
Source§impl Clone for MaxInlineSizeStyleValue
impl Clone for MaxInlineSizeStyleValue
Source§fn clone(&self) -> MaxInlineSizeStyleValue
fn clone(&self) -> MaxInlineSizeStyleValue
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 MaxInlineSizeStyleValue
impl Debug for MaxInlineSizeStyleValue
Source§impl Hash for MaxInlineSizeStyleValue
impl Hash for MaxInlineSizeStyleValue
Source§impl Ord for MaxInlineSizeStyleValue
impl Ord for MaxInlineSizeStyleValue
Source§fn cmp(&self, other: &MaxInlineSizeStyleValue) -> Ordering
fn cmp(&self, other: &MaxInlineSizeStyleValue) -> 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 MaxInlineSizeStyleValue
impl<'a> Parse<'a> for MaxInlineSizeStyleValue
Source§impl PartialEq for MaxInlineSizeStyleValue
impl PartialEq for MaxInlineSizeStyleValue
Source§impl PartialOrd for MaxInlineSizeStyleValue
impl PartialOrd for MaxInlineSizeStyleValue
Source§impl<'a> Peek<'a> for MaxInlineSizeStyleValue
impl<'a> Peek<'a> for MaxInlineSizeStyleValue
Source§impl ToCursors for MaxInlineSizeStyleValue
impl ToCursors for MaxInlineSizeStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for MaxInlineSizeStyleValue
impl StructuralPartialEq for MaxInlineSizeStyleValue
Auto Trait Implementations§
impl Freeze for MaxInlineSizeStyleValue
impl RefUnwindSafe for MaxInlineSizeStyleValue
impl Send for MaxInlineSizeStyleValue
impl Sync for MaxInlineSizeStyleValue
impl Unpin for MaxInlineSizeStyleValue
impl UnwindSafe for MaxInlineSizeStyleValue
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