pub enum IndexBase {
Zero,
One,
}Expand description
Index base for sparse-format index arrays.
Variants§
Trait Implementations§
impl Copy for IndexBase
impl Eq for IndexBase
impl StructuralPartialEq for IndexBase
Auto Trait Implementations§
impl Freeze for IndexBase
impl RefUnwindSafe for IndexBase
impl Send for IndexBase
impl Sync for IndexBase
impl Unpin for IndexBase
impl UnsafeUnpin for IndexBase
impl UnwindSafe for IndexBase
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