pub struct LZ4D { /* private fields */ }Expand description
Hardware LZ4 Decompressor
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LZ4D
impl RefUnwindSafe for LZ4D
impl !Sync for LZ4D
impl Unpin for LZ4D
impl UnwindSafe for LZ4D
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