#[non_exhaustive]pub struct PointerError {}Expand description
The error returned when a memory access to userspace failed
Trait Implementations§
Source§impl Debug for PointerError
impl Debug for PointerError
Source§impl From<PointerError> for Error
Available on crate feature full only.
impl From<PointerError> for Error
Available on crate feature
full only.Source§fn from(_: PointerError) -> Self
fn from(_: PointerError) -> Self
Converts to this type from the input type.