pub struct Lzma2Decoder { /* private fields */ }
Expand description
Raw decoder for LZMA2.
Implementations§
Source§impl Lzma2Decoder
impl Lzma2Decoder
Sourcepub fn new() -> Lzma2Decoder
pub fn new() -> Lzma2Decoder
Creates a new object ready for decompressing data that it’s given.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Lzma2Decoder
impl RefUnwindSafe for Lzma2Decoder
impl Send for Lzma2Decoder
impl Sync for Lzma2Decoder
impl Unpin for Lzma2Decoder
impl UnwindSafe for Lzma2Decoder
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