pub struct LzmaEncoder { /* private fields */ }Available on crate feature
lzma only.Implementations§
Trait Implementations§
Source§impl Debug for LzmaEncoder
impl Debug for LzmaEncoder
Source§impl Encode for LzmaEncoder
impl Encode for LzmaEncoder
fn encode( &mut self, input: &mut PartialBuffer<impl AsRef<[u8]>>, output: &mut PartialBuffer<impl AsRef<[u8]> + AsMut<[u8]>>, ) -> Result<()>
Auto Trait Implementations§
impl Freeze for LzmaEncoder
impl RefUnwindSafe for LzmaEncoder
impl Send for LzmaEncoder
impl Sync for LzmaEncoder
impl Unpin for LzmaEncoder
impl UnsafeUnpin for LzmaEncoder
impl UnwindSafe for LzmaEncoder
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