pub struct Index32;
Expand description
This is a VarZeroVecFormat
that stores u32s in the index array.
Will have a larger data size, but will support large arrays without
problems.
Trait Implementations§
source§impl Ord for Index32
impl Ord for Index32
source§impl PartialOrd for Index32
impl PartialOrd for Index32
impl Copy for Index32
impl Eq for Index32
impl StructuralPartialEq for Index32
impl VarZeroVecFormat for Index32
Auto Trait Implementations§
impl Freeze for Index32
impl RefUnwindSafe for Index32
impl Send for Index32
impl Sync for Index32
impl Unpin for Index32
impl UnwindSafe for Index32
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)