#[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,
}
Expand description
@ingroup netif Argument supplied to netif_ext_callback_fn.
Fields§
§link_changed: netif_ext_callback_args_t_link_changed_s
§status_changed: netif_ext_callback_args_t_status_changed_s
§ipv4_changed: netif_ext_callback_args_t_ipv4_changed_s
§ipv6_set: netif_ext_callback_args_t_ipv6_set_s
§ipv6_addr_state_changed: netif_ext_callback_args_t_ipv6_addr_state_changed_s
Trait Implementations§
source§impl Clone for netif_ext_callback_args_t
impl Clone for netif_ext_callback_args_t
source§fn clone(&self) -> netif_ext_callback_args_t
fn clone(&self) -> netif_ext_callback_args_t
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for netif_ext_callback_args_t
impl Default for netif_ext_callback_args_t
impl Copy for netif_ext_callback_args_t
Auto Trait Implementations§
impl Freeze for netif_ext_callback_args_t
impl RefUnwindSafe for netif_ext_callback_args_t
impl !Send for netif_ext_callback_args_t
impl !Sync for netif_ext_callback_args_t
impl Unpin for netif_ext_callback_args_t
impl UnwindSafe for netif_ext_callback_args_t
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)