[][src]Struct esp_idf_bindgen::netif_ext_callback_args_t_ipv4_changed_s

#[repr(C)]pub struct netif_ext_callback_args_t_ipv4_changed_s {
    pub old_address: *const ip_addr_t,
    pub old_netmask: *const ip_addr_t,
    pub old_gw: *const ip_addr_t,
}

Args to LWIP_NSC_IPV4_ADDRESS_CHANGED|LWIP_NSC_IPV4_GATEWAY_CHANGED|LWIP_NSC_IPV4_NETMASK_CHANGED|LWIP_NSC_IPV4_SETTINGS_CHANGED callback

Fields

old_address: *const ip_addr_t

Old IPv4 address

old_netmask: *const ip_addr_told_gw: *const ip_addr_t

Trait Implementations

impl Clone for netif_ext_callback_args_t_ipv4_changed_s[src]

impl Copy for netif_ext_callback_args_t_ipv4_changed_s[src]

impl Debug for netif_ext_callback_args_t_ipv4_changed_s[src]

Auto Trait Implementations

impl !Send for netif_ext_callback_args_t_ipv4_changed_s

impl !Sync for netif_ext_callback_args_t_ipv4_changed_s

impl Unpin for netif_ext_callback_args_t_ipv4_changed_s

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.