Enum dpdk_unix::android_linux::linux_kernel_modules::ModProbeError [−]
pub enum ModProbeError { InputOutputError(Error), SignalTerminatedExitCode(String), NonZeroExitCode(i32, String), }
Cause of error when modprobe fails.
Variants
InputOutputError(Error)
Input / Output error.
SignalTerminatedExitCode(String)
Signal-terminated modprobe.
NonZeroExitCode(i32, String)
Non-zero exit code.
Trait Implementations
impl Debug for ModProbeError
[src]
impl Debug for ModProbeError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for ModProbeError
impl Display for ModProbeError
impl Error for ModProbeError
impl Error for ModProbeError
fn description(&self) -> &str
fn description(&self) -> &str
This method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>
fn cause(&self) -> Option<&Error>
The lower-level cause of this error, if any. Read more
impl From<Error> for ModProbeError
impl From<Error> for ModProbeError
fn from(cause: Error) -> ModProbeError
fn from(cause: Error) -> ModProbeError
Performs the conversion.
Auto Trait Implementations
impl Send for ModProbeError
impl Send for ModProbeError
impl Sync for ModProbeError
impl Sync for ModProbeError