#[repr(C)]pub struct ble_gattc_handle_range_t {
pub start_handle: u16,
pub end_handle: u16,
}
Expand description
@brief Operation Handle Range.
Fields§
§start_handle: u16
< Start Handle.
end_handle: u16
< End Handle.
Trait Implementations§
source§impl Clone for ble_gattc_handle_range_t
impl Clone for ble_gattc_handle_range_t
source§fn clone(&self) -> ble_gattc_handle_range_t
fn clone(&self) -> ble_gattc_handle_range_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