pub struct GroupDecodingStream<'a, T: Hash + Eq + Default, B: Bits> { /* private fields */ }
Available on crate features
std
and miniz
only.Implementations§
Source§impl<'a, T: Hash + Eq + Default + ReadFromBEBits + Copy, B: Bits> GroupDecodingStream<'a, T, B>
impl<'a, T: Hash + Eq + Default + ReadFromBEBits + Copy, B: Bits> GroupDecodingStream<'a, T, B>
pub fn new(inner: BitsWrapper<'a, B>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl<'a, T, B> Freeze for GroupDecodingStream<'a, T, B>
impl<'a, T, B> RefUnwindSafe for GroupDecodingStream<'a, T, B>where
B: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, T, B> Send for GroupDecodingStream<'a, T, B>
impl<'a, T, B> Sync for GroupDecodingStream<'a, T, B>
impl<'a, T, B> Unpin for GroupDecodingStream<'a, T, B>
impl<'a, T, B> !UnwindSafe for GroupDecodingStream<'a, T, B>
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