pub struct AxId(pub u64);Expand description
A stable identifier for an AxNode within one built tree. Assigned
depth-first from 0 (the root), so it maps directly onto an AccessKit
NodeId(u64).
Tuple Fields§
§0: u64Trait Implementations§
impl Copy for AxId
impl Eq for AxId
Source§impl Ord for AxId
impl Ord for AxId
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for AxId
impl PartialOrd for AxId
impl StructuralPartialEq for AxId
Auto Trait Implementations§
impl Freeze for AxId
impl RefUnwindSafe for AxId
impl Send for AxId
impl Sync for AxId
impl Unpin for AxId
impl UnsafeUnpin for AxId
impl UnwindSafe for AxId
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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