#[repr(C)]pub struct ip_event_tx_rx_t {
pub esp_netif: *mut esp_netif_obj,
pub len: usize,
pub dir: u32,
}Expand description
Event structure for IP_EVENT_TRANSMIT and IP_EVENT_RECEIVE
Fields§
§esp_netif: *mut esp_netif_obj< Pointer to the associated netif handle
len: usize< Length of the data
dir: u32< Directions for data transfer >
Trait Implementations§
Source§impl Clone for ip_event_tx_rx_t
impl Clone for ip_event_tx_rx_t
Source§fn clone(&self) -> ip_event_tx_rx_t
fn clone(&self) -> ip_event_tx_rx_t
Returns a duplicate 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 Debug for ip_event_tx_rx_t
impl Debug for ip_event_tx_rx_t
Source§impl Default for ip_event_tx_rx_t
impl Default for ip_event_tx_rx_t
Source§fn default() -> ip_event_tx_rx_t
fn default() -> ip_event_tx_rx_t
Returns the “default value” for a type. Read more
impl Copy for ip_event_tx_rx_t
Auto Trait Implementations§
impl Freeze for ip_event_tx_rx_t
impl RefUnwindSafe for ip_event_tx_rx_t
impl !Send for ip_event_tx_rx_t
impl !Sync for ip_event_tx_rx_t
impl Unpin for ip_event_tx_rx_t
impl UnsafeUnpin for ip_event_tx_rx_t
impl UnwindSafe for ip_event_tx_rx_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,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)