#[repr(C)]
pub union ble_l2cap_evt_t__bindgen_ty_1 {
pub ch_setup_request: ble_l2cap_evt_ch_setup_request_t,
pub ch_setup_refused: ble_l2cap_evt_ch_setup_refused_t,
pub ch_setup: ble_l2cap_evt_ch_setup_t,
pub ch_sdu_buf_released: ble_l2cap_evt_ch_sdu_buf_released_t,
pub credit: ble_l2cap_evt_ch_credit_t,
pub rx: ble_l2cap_evt_ch_rx_t,
pub tx: ble_l2cap_evt_ch_tx_t,
/* private fields */
}Fields§
§ch_setup_request: ble_l2cap_evt_ch_setup_request_t< L2CAP Channel Setup Request Event Parameters.
ch_setup_refused: ble_l2cap_evt_ch_setup_refused_t< L2CAP Channel Setup Refused Event Parameters.
ch_setup: ble_l2cap_evt_ch_setup_t< L2CAP Channel Setup Completed Event Parameters.
ch_sdu_buf_released: ble_l2cap_evt_ch_sdu_buf_released_t< L2CAP Channel SDU Data Buffer Released Event Parameters.
credit: ble_l2cap_evt_ch_credit_t< L2CAP Channel Credit Received Event Parameters.
rx: ble_l2cap_evt_ch_rx_t< L2CAP Channel SDU Received Event Parameters.
tx: ble_l2cap_evt_ch_tx_t< L2CAP Channel SDU Transmitted Event Parameters.
Trait Implementations§
Source§impl Clone for ble_l2cap_evt_t__bindgen_ty_1
impl Clone for ble_l2cap_evt_t__bindgen_ty_1
Source§fn clone(&self) -> ble_l2cap_evt_t__bindgen_ty_1
fn clone(&self) -> ble_l2cap_evt_t__bindgen_ty_1
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ble_l2cap_evt_t__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for ble_l2cap_evt_t__bindgen_ty_1
impl RefUnwindSafe for ble_l2cap_evt_t__bindgen_ty_1
impl !Send for ble_l2cap_evt_t__bindgen_ty_1
impl !Sync for ble_l2cap_evt_t__bindgen_ty_1
impl Unpin for ble_l2cap_evt_t__bindgen_ty_1
impl UnwindSafe for ble_l2cap_evt_t__bindgen_ty_1
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