pub struct AriaValueNow(pub Number);Expand description
Defines the current value for a range widget. See related aria-valuetext.
Tuple Fields§
§0: NumberTrait Implementations§
Source§impl Attributes for AriaValueNow
impl Attributes for AriaValueNow
Source§impl Clone for AriaValueNow
impl Clone for AriaValueNow
Source§fn clone(&self) -> AriaValueNow
fn clone(&self) -> AriaValueNow
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 AriaValueNow
impl Debug for AriaValueNow
Source§impl Hash for AriaValueNow
impl Hash for AriaValueNow
Source§impl PartialEq for AriaValueNow
impl PartialEq for AriaValueNow
Source§impl PartialOrd for AriaValueNow
impl PartialOrd for AriaValueNow
impl StructuralPartialEq for AriaValueNow
Auto Trait Implementations§
impl Freeze for AriaValueNow
impl RefUnwindSafe for AriaValueNow
impl Send for AriaValueNow
impl Sync for AriaValueNow
impl Unpin for AriaValueNow
impl UnwindSafe for AriaValueNow
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