[][src]Enum esp_idf_bindgen::ETS_STATUS

#[repr(u32)]pub enum ETS_STATUS {
    ETS_OK,
    ETS_FAILED,
}

@addtogroup ets_apis @{

Variants

ETS_OK

< return successful in ets

ETS_FAILED

< return failed in ets

Trait Implementations

impl Clone for ETS_STATUS[src]

impl Copy for ETS_STATUS[src]

impl Debug for ETS_STATUS[src]

impl Eq for ETS_STATUS[src]

impl Hash for ETS_STATUS[src]

impl PartialEq<ETS_STATUS> for ETS_STATUS[src]

impl StructuralEq for ETS_STATUS[src]

impl StructuralPartialEq for ETS_STATUS[src]

Auto Trait Implementations

impl Send for ETS_STATUS

impl Sync for ETS_STATUS

impl Unpin for ETS_STATUS

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.