[−][src]Enum mynewt::result::MynewtError
Error codes for Mynewt API
Variants
SYS_EOKError code 0 means no error.
SYS_ENOMEMSYS_EINVALSYS_ETIMEOUTSYS_ENOENTSYS_EIOSYS_EAGAINSYS_EACCESSYS_EBUSYSYS_ENODEVSYS_ERANGESYS_EALREADYSYS_ENOTSUPSYS_EUNKNOWNSYS_EREMOTEIOSYS_EDONESYS_EPERUSERTrait Implementations
impl Debug for MynewtError[src]
impl PartialEq<MynewtError> for MynewtError[src]
fn eq(&self, other: &MynewtError) -> bool[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl From<MynewtError> for i32[src]
Cast MynewtError to i32
fn from(err: MynewtError) -> Self[src]
Cast MynewtError to i32
impl From<i32> for MynewtError[src]
Cast i32 to MynewtError
Auto Trait Implementations
impl Send for MynewtError
impl Sync for MynewtError
Blanket Implementations
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,