#[repr(C)]pub struct ble_gatts_evt_read_t {
pub handle: u16,
pub uuid: ble_uuid_t,
pub offset: u16,
}
Expand description
@brief Event substructure for authorized read requests, see @ref ble_gatts_evt_rw_authorize_request_t.
Fields§
§handle: u16
< Attribute Handle.
uuid: ble_uuid_t
< Attribute UUID.
offset: u16
< Offset for the read operation.
Trait Implementations§
source§impl Clone for ble_gatts_evt_read_t
impl Clone for ble_gatts_evt_read_t
source§fn clone(&self) -> ble_gatts_evt_read_t
fn clone(&self) -> ble_gatts_evt_read_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