[−][src]Struct brotli::enc::encode::RingBuffer
Fields
size_: u32
mask_: u32
tail_size_: u32
total_size_: u32
cur_size_: u32
pos_: u32
data_mo: AllocU8::AllocatedMemory
buffer_index: usize
Auto Trait Implementations
impl<AllocU8> RefUnwindSafe for RingBuffer<AllocU8> where
<AllocU8 as Allocator<u8>>::AllocatedMemory: RefUnwindSafe,
<AllocU8 as Allocator<u8>>::AllocatedMemory: RefUnwindSafe,
impl<AllocU8> Send for RingBuffer<AllocU8> where
<AllocU8 as Allocator<u8>>::AllocatedMemory: Send,
<AllocU8 as Allocator<u8>>::AllocatedMemory: Send,
impl<AllocU8> Sync for RingBuffer<AllocU8> where
<AllocU8 as Allocator<u8>>::AllocatedMemory: Sync,
<AllocU8 as Allocator<u8>>::AllocatedMemory: Sync,
impl<AllocU8> Unpin for RingBuffer<AllocU8> where
<AllocU8 as Allocator<u8>>::AllocatedMemory: Unpin,
<AllocU8 as Allocator<u8>>::AllocatedMemory: Unpin,
impl<AllocU8> UnwindSafe for RingBuffer<AllocU8> where
<AllocU8 as Allocator<u8>>::AllocatedMemory: UnwindSafe,
<AllocU8 as Allocator<u8>>::AllocatedMemory: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,