pub struct MobiReader<T: Read + Seek> { /* private fields */ }Implementations§
Source§impl<T: Read + Seek> MobiReader<T>
impl<T: Read + Seek> MobiReader<T>
pub fn new(v: T) -> IResult<MobiReader<T>>
pub fn release_memory(&mut self)
Trait Implementations§
Auto Trait Implementations§
impl<T> !Freeze for MobiReader<T>
impl<T> RefUnwindSafe for MobiReader<T>where
T: RefUnwindSafe,
impl<T> Send for MobiReader<T>where
T: Send,
impl<T> Sync for MobiReader<T>where
T: Sync,
impl<T> Unpin for MobiReader<T>where
T: Unpin,
impl<T> UnsafeUnpin for MobiReader<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for MobiReader<T>where
T: UnwindSafe,
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