#[repr(C)]pub struct ble_l2cap_evt_ch_sdu_buf_released_t {
pub sdu_buf: ble_data_t,
}
Expand description
@brief L2CAP Channel SDU Data Buffer Released event.
Fields§
§sdu_buf: ble_data_t
< Returned reception or transmission SDU data buffer. The SoftDevice returns SDU data buffers supplied by the application, which have not yet been returned previously via a @ref BLE_L2CAP_EVT_CH_RX or @ref BLE_L2CAP_EVT_CH_TX event.
Trait Implementations§
source§impl Clone for ble_l2cap_evt_ch_sdu_buf_released_t
impl Clone for ble_l2cap_evt_ch_sdu_buf_released_t
source§fn clone(&self) -> ble_l2cap_evt_ch_sdu_buf_released_t
fn clone(&self) -> ble_l2cap_evt_ch_sdu_buf_released_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more