pub struct Index16;
Expand description
This is a VarZeroVecFormat
that stores u16s in the index array.
Will have a smaller data size, but it’s more likely for larger arrays
to be unrepresentable (and error on construction)
This is the default index size used by all VarZeroVec
types.
Trait Implementations§
source§impl Ord for Index16
impl Ord for Index16
source§impl PartialOrd for Index16
impl PartialOrd for Index16
impl Copy for Index16
impl Eq for Index16
impl StructuralPartialEq for Index16
impl VarZeroVecFormat for Index16
Auto Trait Implementations§
impl Freeze for Index16
impl RefUnwindSafe for Index16
impl Send for Index16
impl Sync for Index16
impl Unpin for Index16
impl UnwindSafe for Index16
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
)