pub struct XzEncoder { /* private fields */ }
Available on crate feature
xz
only.Expand description
Xz encoding stream
Implementations§
Trait Implementations§
Source§impl Encode for XzEncoder
impl Encode for XzEncoder
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 XzEncoder
impl RefUnwindSafe for XzEncoder
impl Send for XzEncoder
impl Sync for XzEncoder
impl Unpin for XzEncoder
impl UnwindSafe for XzEncoder
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