#[repr(C)]
pub union ble_gatts_rw_authorize_reply_params_t__bindgen_ty_1 {
pub read: ble_gatts_authorize_params_t,
pub write: ble_gatts_authorize_params_t,
/* private fields */
}
Fields§
§read: ble_gatts_authorize_params_t
< Read authorization parameters.
write: ble_gatts_authorize_params_t
< Write authorization parameters.
Trait Implementations§
source§fn clone(&self) -> ble_gatts_rw_authorize_reply_params_t__bindgen_ty_1
fn clone(&self) -> ble_gatts_rw_authorize_reply_params_t__bindgen_ty_1
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