Enum grit_bitvec::ElementCount
source · pub enum ElementCount {
Total(usize),
Additional(usize),
}Variants§
Auto Trait Implementations§
impl RefUnwindSafe for ElementCount
impl Send for ElementCount
impl Sync for ElementCount
impl Unpin for ElementCount
impl UnwindSafe for ElementCount
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