pub struct fz_zip_writer { /* private fields */ }Trait Implementations§
Source§impl Clone for fz_zip_writer
impl Clone for fz_zip_writer
Source§fn clone(&self) -> fz_zip_writer
fn clone(&self) -> fz_zip_writer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for fz_zip_writer
impl Debug for fz_zip_writer
impl Copy for fz_zip_writer
Auto Trait Implementations§
impl Freeze for fz_zip_writer
impl RefUnwindSafe for fz_zip_writer
impl Send for fz_zip_writer
impl Sync for fz_zip_writer
impl Unpin for fz_zip_writer
impl UnwindSafe for fz_zip_writer
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