[][src]Union esp_idf_bindgen::netif_ext_callback_args_t

#[repr(C)]pub union netif_ext_callback_args_t {
    pub link_changed: netif_ext_callback_args_t_link_changed_s,
    pub status_changed: netif_ext_callback_args_t_status_changed_s,
    pub ipv4_changed: netif_ext_callback_args_t_ipv4_changed_s,
    pub ipv6_set: netif_ext_callback_args_t_ipv6_set_s,
    pub ipv6_addr_state_changed: netif_ext_callback_args_t_ipv6_addr_state_changed_s,
    // some fields omitted
}

@ingroup netif Argument supplied to netif_ext_callback_fn.

Fields

link_changed: netif_ext_callback_args_t_link_changed_sstatus_changed: netif_ext_callback_args_t_status_changed_sipv4_changed: netif_ext_callback_args_t_ipv4_changed_sipv6_set: netif_ext_callback_args_t_ipv6_set_sipv6_addr_state_changed: netif_ext_callback_args_t_ipv6_addr_state_changed_s

Trait Implementations

impl Clone for netif_ext_callback_args_t[src]

impl Copy for netif_ext_callback_args_t[src]

Auto Trait Implementations

impl !Send for netif_ext_callback_args_t

impl !Sync for netif_ext_callback_args_t

impl Unpin for netif_ext_callback_args_t

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.