Struct ruzstd::decoding::block_decoder::BlockDecoder
source · pub struct BlockDecoder { /* private fields */ }
Implementations§
source§impl BlockDecoder
impl BlockDecoder
pub fn decode_block_content( &mut self, header: &BlockHeader, workspace: &mut DecoderScratch, source: impl Read ) -> Result<u64, DecodeBlockContentError>
pub fn read_block_header( &mut self, r: impl Read ) -> Result<(BlockHeader, u8), BlockHeaderReadError>
Auto Trait Implementations§
impl RefUnwindSafe for BlockDecoder
impl Send for BlockDecoder
impl Sync for BlockDecoder
impl Unpin for BlockDecoder
impl UnwindSafe for BlockDecoder
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