pub struct EightByteStream<'a> { /* private fields */ }
Available on crate features
std
and miniz
only.Expand description
Breaks a u64
into the 8 component bytes, and then compresses them individually.
Implementations§
Source§impl<'a> EightByteStream<'a>
impl<'a> EightByteStream<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for EightByteStream<'a>
impl<'a> RefUnwindSafe for EightByteStream<'a>
impl<'a> Send for EightByteStream<'a>
impl<'a> Sync for EightByteStream<'a>
impl<'a> Unpin for EightByteStream<'a>
impl<'a> !UnwindSafe for EightByteStream<'a>
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