pub struct TabIndex(/* private fields */);Expand description
Platform-neutral tab index metadata.
Implementations§
Trait Implementations§
Source§impl Ord for TabIndex
impl Ord for TabIndex
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
Source§impl PartialOrd for TabIndex
impl PartialOrd for TabIndex
impl Copy for TabIndex
impl Eq for TabIndex
impl StructuralPartialEq for TabIndex
Auto Trait Implementations§
impl Freeze for TabIndex
impl RefUnwindSafe for TabIndex
impl Send for TabIndex
impl Sync for TabIndex
impl Unpin for TabIndex
impl UnsafeUnpin for TabIndex
impl UnwindSafe for TabIndex
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