struct MemoryBlockIoError;Expand description
Error type for MemoryBlockDevice I/O operations
Trait Implementations§
Source§impl Clone for MemoryBlockIoError
impl Clone for MemoryBlockIoError
Source§fn clone(&self) -> MemoryBlockIoError
fn clone(&self) -> MemoryBlockIoError
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MemoryBlockIoError
impl Debug for MemoryBlockIoError
Source§impl Display for MemoryBlockIoError
impl Display for MemoryBlockIoError
impl Copy for MemoryBlockIoError
Auto Trait Implementations§
impl Freeze for MemoryBlockIoError
impl RefUnwindSafe for MemoryBlockIoError
impl Send for MemoryBlockIoError
impl Sync for MemoryBlockIoError
impl Unpin for MemoryBlockIoError
impl UnwindSafe for MemoryBlockIoError
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