[][src]Union nrf_softdevice_s113::ble_l2cap_evt_t__bindgen_ty_1

#[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,
    // some fields omitted
}

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

impl Clone for ble_l2cap_evt_t__bindgen_ty_1[src]

impl Copy for ble_l2cap_evt_t__bindgen_ty_1[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.