Struct brotli::enc::histogram::BlockSplitIterator
source · 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> Freeze for BlockSplitIterator<'a, Alloc>
impl<'a, Alloc> RefUnwindSafe for BlockSplitIterator<'a, Alloc>where
<Alloc as Allocator<u8>>::AllocatedMemory: RefUnwindSafe,
<Alloc as Allocator<u32>>::AllocatedMemory: RefUnwindSafe,
impl<'a, Alloc> Send for BlockSplitIterator<'a, Alloc>where
<Alloc as Allocator<u8>>::AllocatedMemory: Sync,
<Alloc as Allocator<u32>>::AllocatedMemory: Sync,
impl<'a, Alloc> Sync for BlockSplitIterator<'a, Alloc>where
<Alloc as Allocator<u8>>::AllocatedMemory: Sync,
<Alloc as Allocator<u32>>::AllocatedMemory: Sync,
impl<'a, Alloc> Unpin for BlockSplitIterator<'a, Alloc>
impl<'a, Alloc> UnwindSafe for BlockSplitIterator<'a, Alloc>where
<Alloc as Allocator<u8>>::AllocatedMemory: RefUnwindSafe,
<Alloc as Allocator<u32>>::AllocatedMemory: RefUnwindSafe,
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