pub struct ParseKernelError(/* private fields */);Available on crate feature
loader only.Expand description
An error returned when parsing a kernel ELF fails.
Trait Implementations§
Source§impl Debug for ParseKernelError
impl Debug for ParseKernelError
Auto Trait Implementations§
impl Freeze for ParseKernelError
impl RefUnwindSafe for ParseKernelError
impl Send for ParseKernelError
impl Sync for ParseKernelError
impl Unpin for ParseKernelError
impl UnwindSafe for ParseKernelError
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