[][src]Union nrf_softdevice_s122::ble_gattc_evt_attr_info_disc_rsp_t__bindgen_ty_1

#[repr(C)]pub union ble_gattc_evt_attr_info_disc_rsp_t__bindgen_ty_1 {
    pub attr_info16: [ble_gattc_attr_info16_t; 1],
    pub attr_info128: [ble_gattc_attr_info128_t; 1],
    // some fields omitted
}

Fields

attr_info16: [ble_gattc_attr_info16_t; 1]

< Attribute information for 16-bit Attribute UUID. @note This is a variable length array. The size of 1 indicated is only a placeholder for compilation. See @ref sd_ble_evt_get for more information on how to use event structures with variable length array members.

attr_info128: [ble_gattc_attr_info128_t; 1]

< Attribute information for 128-bit Attribute UUID. @note This is a variable length array. The size of 1 indicated is only a placeholder for compilation. See @ref sd_ble_evt_get for more information on how to use event structures with variable length array members.

Trait Implementations

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.