#[repr(C)]pub struct ble_gattc_handle_value_t {
pub handle: u16,
pub p_value: *mut u8,
}
Expand description
@brief GATT read by UUID handle value pair.
Fields§
§handle: u16
< Attribute Handle.
p_value: *mut u8
< Pointer to the Attribute Value, length is available in @ref ble_gattc_evt_char_val_by_uuid_read_rsp_t::value_len.
Trait Implementations§
source§impl Clone for ble_gattc_handle_value_t
impl Clone for ble_gattc_handle_value_t
source§fn clone(&self) -> ble_gattc_handle_value_t
fn clone(&self) -> ble_gattc_handle_value_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