Enum dpdk_unix::android_linux::processControl::SetCurrentThreadNameError []

pub enum SetCurrentThreadNameError {
    NameIsEmpty,
    NameIsTooLong,
    NameContainsNul(NulError),
}

Variants

Trait Implementations

impl Debug for SetCurrentThreadNameError
[src]

Formats the value using the given formatter.

impl Display for SetCurrentThreadNameError

Formats the value using the given formatter. Read more

impl Error for SetCurrentThreadNameError

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl From<NulError> for SetCurrentThreadNameError

Performs the conversion.