pub struct ReadingOrderStyleValue(pub Integer);Expand description
Represents the style value for reading-order as defined in css-display-4.
The reading-flow CSS property sets the order in which flex or grid elements are rendered to speech or reached via focus navigation. The reading-order property overrides this order.
The grammar is defined as:
<integer>Tuple Fields§
§0: IntegerTrait Implementations§
Source§impl Clone for ReadingOrderStyleValue
impl Clone for ReadingOrderStyleValue
Source§fn clone(&self) -> ReadingOrderStyleValue
fn clone(&self) -> ReadingOrderStyleValue
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 ReadingOrderStyleValue
impl Debug for ReadingOrderStyleValue
Source§impl Hash for ReadingOrderStyleValue
impl Hash for ReadingOrderStyleValue
Source§impl Ord for ReadingOrderStyleValue
impl Ord for ReadingOrderStyleValue
Source§fn cmp(&self, other: &ReadingOrderStyleValue) -> Ordering
fn cmp(&self, other: &ReadingOrderStyleValue) -> 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 ReadingOrderStyleValue
impl<'a> Parse<'a> for ReadingOrderStyleValue
Source§impl PartialEq for ReadingOrderStyleValue
impl PartialEq for ReadingOrderStyleValue
Source§impl PartialOrd for ReadingOrderStyleValue
impl PartialOrd for ReadingOrderStyleValue
Source§impl<'a> Peek<'a> for ReadingOrderStyleValue
impl<'a> Peek<'a> for ReadingOrderStyleValue
Source§impl ToCursors for ReadingOrderStyleValue
impl ToCursors for ReadingOrderStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for ReadingOrderStyleValue
impl StructuralPartialEq for ReadingOrderStyleValue
Auto Trait Implementations§
impl Freeze for ReadingOrderStyleValue
impl RefUnwindSafe for ReadingOrderStyleValue
impl Send for ReadingOrderStyleValue
impl Sync for ReadingOrderStyleValue
impl Unpin for ReadingOrderStyleValue
impl UnwindSafe for ReadingOrderStyleValue
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