#[repr(C)]pub struct SparseIterator {
pub sparse_header_heap_ptr: u32,
pub index: u16,
}Fields§
§sparse_header_heap_ptr: u32§index: u16Auto Trait Implementations§
impl Freeze for SparseIterator
impl RefUnwindSafe for SparseIterator
impl Send for SparseIterator
impl Sync for SparseIterator
impl Unpin for SparseIterator
impl UnwindSafe for SparseIterator
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