pub struct UefiBlockIoError(pub usize);Expand description
Error type for UEFI block I/O operations
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for UefiBlockIoError
impl Clone for UefiBlockIoError
Source§fn clone(&self) -> UefiBlockIoError
fn clone(&self) -> UefiBlockIoError
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 UefiBlockIoError
impl Debug for UefiBlockIoError
Source§impl Display for UefiBlockIoError
impl Display for UefiBlockIoError
impl Copy for UefiBlockIoError
Auto Trait Implementations§
impl Freeze for UefiBlockIoError
impl RefUnwindSafe for UefiBlockIoError
impl Send for UefiBlockIoError
impl Sync for UefiBlockIoError
impl Unpin for UefiBlockIoError
impl UnwindSafe for UefiBlockIoError
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