pub enum RawIoResult {
Ok(usize),
Enospc,
}
Expand description
Raw I/O operation result code.
Variants§
Auto Trait Implementations§
impl Freeze for RawIoResult
impl RefUnwindSafe for RawIoResult
impl Send for RawIoResult
impl Sync for RawIoResult
impl Unpin for RawIoResult
impl UnwindSafe for RawIoResult
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