pub struct AriaRowIndex(pub u32);Expand description
Defines an element’s row index or position with respect to the total number of rows within a table, grid, or treegrid. See related aria-rowindextext, aria-rowcount, and aria-rowspan.
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Attributes for AriaRowIndex
impl Attributes for AriaRowIndex
Source§impl Clone for AriaRowIndex
impl Clone for AriaRowIndex
Source§fn clone(&self) -> AriaRowIndex
fn clone(&self) -> AriaRowIndex
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 AriaRowIndex
impl Debug for AriaRowIndex
Source§impl Hash for AriaRowIndex
impl Hash for AriaRowIndex
Source§impl Ord for AriaRowIndex
impl Ord for AriaRowIndex
Source§fn cmp(&self, other: &AriaRowIndex) -> Ordering
fn cmp(&self, other: &AriaRowIndex) -> 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 PartialEq for AriaRowIndex
impl PartialEq for AriaRowIndex
Source§impl PartialOrd for AriaRowIndex
impl PartialOrd for AriaRowIndex
impl Eq for AriaRowIndex
impl StructuralPartialEq for AriaRowIndex
Auto Trait Implementations§
impl Freeze for AriaRowIndex
impl RefUnwindSafe for AriaRowIndex
impl Send for AriaRowIndex
impl Sync for AriaRowIndex
impl Unpin for AriaRowIndex
impl UnwindSafe for AriaRowIndex
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