Enum rustzx_core::error::IoError [−][src]
pub enum IoError { UnexpectedEof, WriteZero, SeekBeforeStart, HostAssetImplFailed, }
Variants
Unexpected end of file
Sink unexpectedly refused to write more bytes
Seek operation was performed with offset before beginning of the asset
Host-provided asset implementation failed
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IoError
impl Send for IoError
impl Sync for IoError
impl Unpin for IoError
impl UnwindSafe for IoError
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more