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