#[repr(C)]pub struct ble_l2cap_evt_ch_setup_t {
pub tx_params: ble_l2cap_ch_tx_params_t,
}
Expand description
@brief L2CAP Channel Setup Completed event.
Fields§
§tx_params: ble_l2cap_ch_tx_params_t
< L2CAP channel TX parameters.
Trait Implementations§
source§impl Clone for ble_l2cap_evt_ch_setup_t
impl Clone for ble_l2cap_evt_ch_setup_t
source§fn clone(&self) -> ble_l2cap_evt_ch_setup_t
fn clone(&self) -> ble_l2cap_evt_ch_setup_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