pub struct AriaRowSpan(pub u32);Expand description
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. See related aria-rowindex and aria-colspan.
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Attributes for AriaRowSpan
impl Attributes for AriaRowSpan
Source§impl Clone for AriaRowSpan
impl Clone for AriaRowSpan
Source§fn clone(&self) -> AriaRowSpan
fn clone(&self) -> AriaRowSpan
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 AriaRowSpan
impl Debug for AriaRowSpan
Source§impl Hash for AriaRowSpan
impl Hash for AriaRowSpan
Source§impl Ord for AriaRowSpan
impl Ord for AriaRowSpan
Source§fn cmp(&self, other: &AriaRowSpan) -> Ordering
fn cmp(&self, other: &AriaRowSpan) -> 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 AriaRowSpan
impl PartialEq for AriaRowSpan
Source§impl PartialOrd for AriaRowSpan
impl PartialOrd for AriaRowSpan
impl Eq for AriaRowSpan
impl StructuralPartialEq for AriaRowSpan
Auto Trait Implementations§
impl Freeze for AriaRowSpan
impl RefUnwindSafe for AriaRowSpan
impl Send for AriaRowSpan
impl Sync for AriaRowSpan
impl Unpin for AriaRowSpan
impl UnwindSafe for AriaRowSpan
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