#[repr(C)]pub struct ble_evt_user_mem_request_t {
pub type_: u8,
}
Expand description
@brief Event structure for @ref BLE_EVT_USER_MEM_REQUEST.
Fields§
§type_: u8
< User memory type, see @ref BLE_USER_MEM_TYPES.
Trait Implementations§
source§impl Clone for ble_evt_user_mem_request_t
impl Clone for ble_evt_user_mem_request_t
source§fn clone(&self) -> ble_evt_user_mem_request_t
fn clone(&self) -> ble_evt_user_mem_request_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