#[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
impl Copy for ble_store_status_event__bindgen_ty_1__bindgen_ty_2
Auto Trait Implementations§
impl Freeze for ble_store_status_event__bindgen_ty_1__bindgen_ty_2
impl RefUnwindSafe for ble_store_status_event__bindgen_ty_1__bindgen_ty_2
impl Send for ble_store_status_event__bindgen_ty_1__bindgen_ty_2
impl Sync for ble_store_status_event__bindgen_ty_1__bindgen_ty_2
impl Unpin for ble_store_status_event__bindgen_ty_1__bindgen_ty_2
impl UnwindSafe for ble_store_status_event__bindgen_ty_1__bindgen_ty_2
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 8 bytes