Enum dpdk_unix::android_linux::linux_kernel_modules::LinuxKernelModulesListParseError [−]
pub enum LinuxKernelModulesListParseError {
CouldNotOpenFile(Error),
CouldNotParseEmptyModuleName(usize),
DuplicateModuleName(usize, String),
}Cause of error when trying to parse list of Linux linux_kernel_modules.
Variants
CouldNotOpenFile(Error)Could not open file list of Linux kernel linux_kernel_modules.
CouldNotParseEmptyModuleName(usize)A module name was empty.
DuplicateModuleName(usize, String)A module name was duplicated.
Trait Implementations
impl Debug for LinuxKernelModulesListParseError[src]
impl Debug for LinuxKernelModulesListParseErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for LinuxKernelModulesListParseError
impl Display for LinuxKernelModulesListParseErrorimpl Error for LinuxKernelModulesListParseError
impl Error for LinuxKernelModulesListParseErrorfn description(&self) -> &str
fn description(&self) -> &strThis 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 LinuxKernelModulesListParseError
impl From<Error> for LinuxKernelModulesListParseErrorfn from(cause: Error) -> LinuxKernelModulesListParseError
fn from(cause: Error) -> LinuxKernelModulesListParseErrorPerforms the conversion.
Auto Trait Implementations
impl Send for LinuxKernelModulesListParseError
impl Send for LinuxKernelModulesListParseErrorimpl Sync for LinuxKernelModulesListParseError
impl Sync for LinuxKernelModulesListParseError