#[repr(C)]pub struct ble_gatts_rw_authorize_reply_params_t {
pub type_: u8,
pub params: ble_gatts_rw_authorize_reply_params_t__bindgen_ty_1,
}
Expand description
@brief GATT Read or Write Authorize Reply parameters.
Fields§
§type_: u8
< Type of authorize operation, see @ref BLE_GATTS_AUTHORIZE_TYPES.
params: ble_gatts_rw_authorize_reply_params_t__bindgen_ty_1
< Reply Parameters.
Trait Implementations§
source§fn clone(&self) -> ble_gatts_rw_authorize_reply_params_t
fn clone(&self) -> ble_gatts_rw_authorize_reply_params_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