Enum dpdk_unix::android_linux::processControl::SetCurrentThreadNameError
[−]
pub enum SetCurrentThreadNameError {
NameIsEmpty,
NameIsTooLong,
NameContainsNul(NulError),
}Variants
NameIsEmptyNameIsTooLongNameContainsNul(NulError)Trait Implementations
impl Debug for SetCurrentThreadNameError[src]
impl Display for SetCurrentThreadNameError
impl Error for SetCurrentThreadNameError
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
The lower-level cause of this error, if any. Read more
impl From<NulError> for SetCurrentThreadNameError
fn from(cause: NulError) -> SetCurrentThreadNameError
Performs the conversion.