pub struct TimelessIndex { /* private fields */ }
Expand description
An index pointing just to some data in a [TracingVec
]. It doesn’t retain information about
its movement.
Implementations§
Source§impl TimelessIndex
impl TimelessIndex
pub unsafe fn from_raw_parts(pos: usize) -> Self
Trait Implementations§
Source§impl Add<i16> for TimelessIndex
impl Add<i16> for TimelessIndex
Source§impl Add<i32> for TimelessIndex
impl Add<i32> for TimelessIndex
Source§impl Add<i64> for TimelessIndex
impl Add<i64> for TimelessIndex
Source§impl Add<i8> for TimelessIndex
impl Add<i8> for TimelessIndex
Source§impl Add<isize> for TimelessIndex
impl Add<isize> for TimelessIndex
Source§impl Add<u16> for TimelessIndex
impl Add<u16> for TimelessIndex
Source§impl Add<u32> for TimelessIndex
impl Add<u32> for TimelessIndex
Source§impl Add<u64> for TimelessIndex
impl Add<u64> for TimelessIndex
Source§impl Add<u8> for TimelessIndex
impl Add<u8> for TimelessIndex
Source§impl Add<usize> for TimelessIndex
impl Add<usize> for TimelessIndex
Source§impl AddAssign<i16> for TimelessIndex
impl AddAssign<i16> for TimelessIndex
Source§fn add_assign(&mut self, other: i16)
fn add_assign(&mut self, other: i16)
Performs the
+=
operation. Read moreSource§impl AddAssign<i32> for TimelessIndex
impl AddAssign<i32> for TimelessIndex
Source§fn add_assign(&mut self, other: i32)
fn add_assign(&mut self, other: i32)
Performs the
+=
operation. Read moreSource§impl AddAssign<i64> for TimelessIndex
impl AddAssign<i64> for TimelessIndex
Source§fn add_assign(&mut self, other: i64)
fn add_assign(&mut self, other: i64)
Performs the
+=
operation. Read moreSource§impl AddAssign<i8> for TimelessIndex
impl AddAssign<i8> for TimelessIndex
Source§fn add_assign(&mut self, other: i8)
fn add_assign(&mut self, other: i8)
Performs the
+=
operation. Read moreSource§impl AddAssign<isize> for TimelessIndex
impl AddAssign<isize> for TimelessIndex
Source§fn add_assign(&mut self, other: isize)
fn add_assign(&mut self, other: isize)
Performs the
+=
operation. Read moreSource§impl AddAssign<u16> for TimelessIndex
impl AddAssign<u16> for TimelessIndex
Source§fn add_assign(&mut self, other: u16)
fn add_assign(&mut self, other: u16)
Performs the
+=
operation. Read moreSource§impl AddAssign<u32> for TimelessIndex
impl AddAssign<u32> for TimelessIndex
Source§fn add_assign(&mut self, other: u32)
fn add_assign(&mut self, other: u32)
Performs the
+=
operation. Read moreSource§impl AddAssign<u64> for TimelessIndex
impl AddAssign<u64> for TimelessIndex
Source§fn add_assign(&mut self, other: u64)
fn add_assign(&mut self, other: u64)
Performs the
+=
operation. Read moreSource§impl AddAssign<u8> for TimelessIndex
impl AddAssign<u8> for TimelessIndex
Source§fn add_assign(&mut self, other: u8)
fn add_assign(&mut self, other: u8)
Performs the
+=
operation. Read moreSource§impl AddAssign<usize> for TimelessIndex
impl AddAssign<usize> for TimelessIndex
Source§fn add_assign(&mut self, other: usize)
fn add_assign(&mut self, other: usize)
Performs the
+=
operation. Read moreSource§impl Clone for TimelessIndex
impl Clone for TimelessIndex
Source§fn clone(&self) -> TimelessIndex
fn clone(&self) -> TimelessIndex
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 TimelessIndex
impl Debug for TimelessIndex
Source§impl<'de> Deserialize<'de> for TimelessIndex
impl<'de> Deserialize<'de> for TimelessIndex
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for TimelessIndex
impl Display for TimelessIndex
Source§impl Hash for TimelessIndex
impl Hash for TimelessIndex
Source§impl Ord for TimelessIndex
impl Ord for TimelessIndex
Source§fn cmp(&self, other: &TimelessIndex) -> Ordering
fn cmp(&self, other: &TimelessIndex) -> 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 TimelessIndex
impl PartialEq for TimelessIndex
Source§impl PartialOrd for TimelessIndex
impl PartialOrd for TimelessIndex
Source§impl Serialize for TimelessIndex
impl Serialize for TimelessIndex
Source§impl Sub<i16> for TimelessIndex
impl Sub<i16> for TimelessIndex
Source§impl Sub<i32> for TimelessIndex
impl Sub<i32> for TimelessIndex
Source§impl Sub<i64> for TimelessIndex
impl Sub<i64> for TimelessIndex
Source§impl Sub<i8> for TimelessIndex
impl Sub<i8> for TimelessIndex
Source§impl Sub<isize> for TimelessIndex
impl Sub<isize> for TimelessIndex
Source§impl Sub<u16> for TimelessIndex
impl Sub<u16> for TimelessIndex
Source§impl Sub<u32> for TimelessIndex
impl Sub<u32> for TimelessIndex
Source§impl Sub<u64> for TimelessIndex
impl Sub<u64> for TimelessIndex
Source§impl Sub<u8> for TimelessIndex
impl Sub<u8> for TimelessIndex
Source§impl Sub<usize> for TimelessIndex
impl Sub<usize> for TimelessIndex
Source§impl SubAssign<i16> for TimelessIndex
impl SubAssign<i16> for TimelessIndex
Source§fn sub_assign(&mut self, other: i16)
fn sub_assign(&mut self, other: i16)
Performs the
-=
operation. Read moreSource§impl SubAssign<i32> for TimelessIndex
impl SubAssign<i32> for TimelessIndex
Source§fn sub_assign(&mut self, other: i32)
fn sub_assign(&mut self, other: i32)
Performs the
-=
operation. Read moreSource§impl SubAssign<i64> for TimelessIndex
impl SubAssign<i64> for TimelessIndex
Source§fn sub_assign(&mut self, other: i64)
fn sub_assign(&mut self, other: i64)
Performs the
-=
operation. Read moreSource§impl SubAssign<i8> for TimelessIndex
impl SubAssign<i8> for TimelessIndex
Source§fn sub_assign(&mut self, other: i8)
fn sub_assign(&mut self, other: i8)
Performs the
-=
operation. Read moreSource§impl SubAssign<isize> for TimelessIndex
impl SubAssign<isize> for TimelessIndex
Source§fn sub_assign(&mut self, other: isize)
fn sub_assign(&mut self, other: isize)
Performs the
-=
operation. Read moreSource§impl SubAssign<u16> for TimelessIndex
impl SubAssign<u16> for TimelessIndex
Source§fn sub_assign(&mut self, other: u16)
fn sub_assign(&mut self, other: u16)
Performs the
-=
operation. Read moreSource§impl SubAssign<u32> for TimelessIndex
impl SubAssign<u32> for TimelessIndex
Source§fn sub_assign(&mut self, other: u32)
fn sub_assign(&mut self, other: u32)
Performs the
-=
operation. Read moreSource§impl SubAssign<u64> for TimelessIndex
impl SubAssign<u64> for TimelessIndex
Source§fn sub_assign(&mut self, other: u64)
fn sub_assign(&mut self, other: u64)
Performs the
-=
operation. Read moreSource§impl SubAssign<u8> for TimelessIndex
impl SubAssign<u8> for TimelessIndex
Source§fn sub_assign(&mut self, other: u8)
fn sub_assign(&mut self, other: u8)
Performs the
-=
operation. Read moreSource§impl SubAssign<usize> for TimelessIndex
impl SubAssign<usize> for TimelessIndex
Source§fn sub_assign(&mut self, other: usize)
fn sub_assign(&mut self, other: usize)
Performs the
-=
operation. Read moreimpl Copy for TimelessIndex
impl Eq for TimelessIndex
impl StructuralPartialEq for TimelessIndex
Auto Trait Implementations§
impl Freeze for TimelessIndex
impl RefUnwindSafe for TimelessIndex
impl Send for TimelessIndex
impl Sync for TimelessIndex
impl Unpin for TimelessIndex
impl UnwindSafe for TimelessIndex
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