pub struct AriaPosInset(pub u32);Expand description
Defines an element’s number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. See related aria-setsize.
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Attributes for AriaPosInset
impl Attributes for AriaPosInset
Source§impl Clone for AriaPosInset
impl Clone for AriaPosInset
Source§fn clone(&self) -> AriaPosInset
fn clone(&self) -> AriaPosInset
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 AriaPosInset
impl Debug for AriaPosInset
Source§impl Hash for AriaPosInset
impl Hash for AriaPosInset
Source§impl Ord for AriaPosInset
impl Ord for AriaPosInset
Source§fn cmp(&self, other: &AriaPosInset) -> Ordering
fn cmp(&self, other: &AriaPosInset) -> 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 AriaPosInset
impl PartialEq for AriaPosInset
Source§impl PartialOrd for AriaPosInset
impl PartialOrd for AriaPosInset
impl Eq for AriaPosInset
impl StructuralPartialEq for AriaPosInset
Auto Trait Implementations§
impl Freeze for AriaPosInset
impl RefUnwindSafe for AriaPosInset
impl Send for AriaPosInset
impl Sync for AriaPosInset
impl Unpin for AriaPosInset
impl UnwindSafe for AriaPosInset
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