pub struct BZFILE { /* private fields */ }Expand description
Abstract handle to a .bz2 file.
This type is created by:
And destructed by:
Auto Trait Implementations§
impl Freeze for BZFILE
impl RefUnwindSafe for BZFILE
impl !Send for BZFILE
impl !Sync for BZFILE
impl Unpin for BZFILE
impl UnwindSafe for BZFILE
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