Embassy
nrf-softdevice-s113

Crates

git

Versions

default

Flavors

#[repr(C)]
pub struct ble_gattc_evt_t__bindgen_ty_1 {
Show 14 fields pub prim_srvc_disc_rsp: __BindgenUnionField<ble_gattc_evt_prim_srvc_disc_rsp_t>, pub rel_disc_rsp: __BindgenUnionField<ble_gattc_evt_rel_disc_rsp_t>, pub char_disc_rsp: __BindgenUnionField<ble_gattc_evt_char_disc_rsp_t>, pub desc_disc_rsp: __BindgenUnionField<ble_gattc_evt_desc_disc_rsp_t>, pub char_val_by_uuid_read_rsp: __BindgenUnionField<ble_gattc_evt_char_val_by_uuid_read_rsp_t>, pub read_rsp: __BindgenUnionField<ble_gattc_evt_read_rsp_t>, pub char_vals_read_rsp: __BindgenUnionField<ble_gattc_evt_char_vals_read_rsp_t>, pub write_rsp: __BindgenUnionField<ble_gattc_evt_write_rsp_t>, pub hvx: __BindgenUnionField<ble_gattc_evt_hvx_t>, pub exchange_mtu_rsp: __BindgenUnionField<ble_gattc_evt_exchange_mtu_rsp_t>, pub timeout: __BindgenUnionField<ble_gattc_evt_timeout_t>, pub attr_info_disc_rsp: __BindgenUnionField<ble_gattc_evt_attr_info_disc_rsp_t>, pub write_cmd_tx_complete: __BindgenUnionField<ble_gattc_evt_write_cmd_tx_complete_t>, pub bindgen_union_field: [u16; 4],
}

Fields§

§prim_srvc_disc_rsp: __BindgenUnionField<ble_gattc_evt_prim_srvc_disc_rsp_t>

< Primary Service Discovery Response Event Parameters.

§rel_disc_rsp: __BindgenUnionField<ble_gattc_evt_rel_disc_rsp_t>

< Relationship Discovery Response Event Parameters.

§char_disc_rsp: __BindgenUnionField<ble_gattc_evt_char_disc_rsp_t>

< Characteristic Discovery Response Event Parameters.

§desc_disc_rsp: __BindgenUnionField<ble_gattc_evt_desc_disc_rsp_t>

< Descriptor Discovery Response Event Parameters.

§char_val_by_uuid_read_rsp: __BindgenUnionField<ble_gattc_evt_char_val_by_uuid_read_rsp_t>

< Characteristic Value Read by UUID Response Event Parameters.

§read_rsp: __BindgenUnionField<ble_gattc_evt_read_rsp_t>

< Read Response Event Parameters.

§char_vals_read_rsp: __BindgenUnionField<ble_gattc_evt_char_vals_read_rsp_t>

< Characteristic Values Read Response Event Parameters.

§write_rsp: __BindgenUnionField<ble_gattc_evt_write_rsp_t>

< Write Response Event Parameters.

§hvx: __BindgenUnionField<ble_gattc_evt_hvx_t>

< Handle Value Notification/Indication Event Parameters.

§exchange_mtu_rsp: __BindgenUnionField<ble_gattc_evt_exchange_mtu_rsp_t>

< Exchange MTU Response Event Parameters.

§timeout: __BindgenUnionField<ble_gattc_evt_timeout_t>

< Timeout Event Parameters.

§attr_info_disc_rsp: __BindgenUnionField<ble_gattc_evt_attr_info_disc_rsp_t>

< Attribute Information Discovery Event Parameters.

§write_cmd_tx_complete: __BindgenUnionField<ble_gattc_evt_write_cmd_tx_complete_t>

< Write without Response transmission complete Event Parameters.

§bindgen_union_field: [u16; 4]

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere
T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere
T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere
T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere
U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere
U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere
U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.