Struct esp_wifi_sys::include::wifi_promiscuous_pkt_t
source · #[repr(C)]pub struct wifi_promiscuous_pkt_t {
pub rx_ctrl: wifi_pkt_rx_ctrl_t,
pub payload: __IncompleteArrayField<u8>,
}
Expand description
@brief Payload passed to ‘buf’ parameter of promiscuous mode RX callback.
Fields§
§rx_ctrl: wifi_pkt_rx_ctrl_t
< metadata header
payload: __IncompleteArrayField<u8>
< Data or management payload. Length of payload is described by rx_ctrl.sig_len. Type of content determined by packet type argument of callback.
Auto Trait Implementations§
impl Freeze for wifi_promiscuous_pkt_t
impl RefUnwindSafe for wifi_promiscuous_pkt_t
impl Send for wifi_promiscuous_pkt_t
impl Sync for wifi_promiscuous_pkt_t
impl Unpin for wifi_promiscuous_pkt_t
impl UnwindSafe for wifi_promiscuous_pkt_t
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more