#[repr(u8)]pub enum SparseIndexVector {
SparseIndexVector_NONE = 0,
SparseIndexVector_Int32Vector = 1,
SparseIndexVector_Uint16Vector = 2,
SparseIndexVector_Uint8Vector = 3,
}Variants§
SparseIndexVector_NONE = 0
SparseIndexVector_Int32Vector = 1
SparseIndexVector_Uint16Vector = 2
SparseIndexVector_Uint8Vector = 3
Implementations§
Source§impl SparseIndexVector
impl SparseIndexVector
pub const SparseIndexVector_MIN: SparseIndexVector = SparseIndexVector::SparseIndexVector_NONE
Source§impl SparseIndexVector
impl SparseIndexVector
pub const SparseIndexVector_MAX: SparseIndexVector = SparseIndexVector::SparseIndexVector_Uint8Vector
Trait Implementations§
Source§impl Clone for SparseIndexVector
impl Clone for SparseIndexVector
Source§fn clone(&self) -> SparseIndexVector
fn clone(&self) -> SparseIndexVector
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SparseIndexVector
Source§impl Debug for SparseIndexVector
impl Debug for SparseIndexVector
impl Eq for SparseIndexVector
Source§impl Hash for SparseIndexVector
impl Hash for SparseIndexVector
Source§impl PartialEq for SparseIndexVector
impl PartialEq for SparseIndexVector
Source§fn eq(&self, other: &SparseIndexVector) -> bool
fn eq(&self, other: &SparseIndexVector) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SparseIndexVector
Auto Trait Implementations§
impl Freeze for SparseIndexVector
impl RefUnwindSafe for SparseIndexVector
impl Send for SparseIndexVector
impl Sync for SparseIndexVector
impl Unpin for SparseIndexVector
impl UnsafeUnpin for SparseIndexVector
impl UnwindSafe for SparseIndexVector
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