pub struct BlockSplitIterator<'a, Alloc: Allocator<u8> + 'a + Allocator<u32>> {
pub split_: &'a BlockSplit<Alloc>,
pub idx_: usize,
pub type_: usize,
pub length_: usize,
}
Fields
split_: &'a BlockSplit<Alloc>
idx_: usize
type_: usize
length_: usize
Auto Trait Implementations
impl<'a, Alloc> RefUnwindSafe for BlockSplitIterator<'a, Alloc> where
<Alloc as Allocator<u32>>::AllocatedMemory: RefUnwindSafe,
<Alloc as Allocator<u8>>::AllocatedMemory: RefUnwindSafe,
impl<'a, Alloc> Send for BlockSplitIterator<'a, Alloc> where
<Alloc as Allocator<u32>>::AllocatedMemory: Sync,
<Alloc as Allocator<u8>>::AllocatedMemory: Sync,
impl<'a, Alloc> Sync for BlockSplitIterator<'a, Alloc> where
<Alloc as Allocator<u32>>::AllocatedMemory: Sync,
<Alloc as Allocator<u8>>::AllocatedMemory: Sync,
impl<'a, Alloc> Unpin for BlockSplitIterator<'a, Alloc>
impl<'a, Alloc> UnwindSafe for BlockSplitIterator<'a, Alloc> where
<Alloc as Allocator<u32>>::AllocatedMemory: RefUnwindSafe,
<Alloc as Allocator<u8>>::AllocatedMemory: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more