#[repr(C)]pub struct ble_store_status_event__bindgen_ty_1__bindgen_ty_2 {
pub obj_type: c_int,
pub conn_handle: u16,
}
Expand description
Represents the possibility that a scheduled write will fail due to storage exhaustion. Valid for the following event types: o BLE_STORE_EVENT_FULL
Fields§
§obj_type: c_int
The type of object that may fail to be written.
conn_handle: u16
The handle of the connection which prompted the write.
Trait Implementations§
source§impl Clone for ble_store_status_event__bindgen_ty_1__bindgen_ty_2
impl Clone for ble_store_status_event__bindgen_ty_1__bindgen_ty_2
source§fn clone(&self) -> ble_store_status_event__bindgen_ty_1__bindgen_ty_2
fn clone(&self) -> ble_store_status_event__bindgen_ty_1__bindgen_ty_2
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 moresource§impl Default for ble_store_status_event__bindgen_ty_1__bindgen_ty_2
impl Default for ble_store_status_event__bindgen_ty_1__bindgen_ty_2
source§fn default() -> ble_store_status_event__bindgen_ty_1__bindgen_ty_2
fn default() -> ble_store_status_event__bindgen_ty_1__bindgen_ty_2
Returns the “default value” for a type. Read more