#[repr(C)]pub struct ble_gattc_attr_info128_t {
pub handle: u16,
pub uuid: ble_uuid128_t,
}
Expand description
@brief Attribute Information for 128-bit Attribute UUID.
Fields§
§handle: u16
< Attribute handle.
uuid: ble_uuid128_t
< 128-bit Attribute UUID.
Trait Implementations§
source§impl Clone for ble_gattc_attr_info128_t
impl Clone for ble_gattc_attr_info128_t
source§fn clone(&self) -> ble_gattc_attr_info128_t
fn clone(&self) -> ble_gattc_attr_info128_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