pub struct J2cOutfile { /* private fields */ }Expand description
File-backed output stream — port of j2c_outfile.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for J2cOutfile
impl RefUnwindSafe for J2cOutfile
impl Send for J2cOutfile
impl Sync for J2cOutfile
impl Unpin for J2cOutfile
impl UnsafeUnpin for J2cOutfile
impl UnwindSafe for J2cOutfile
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