#[repr(C)]pub union ble_store_value {
pub sec: ble_store_value_sec,
pub cccd: ble_store_value_cccd,
pub rpa_rec: ble_store_value_rpa_rec,
pub local_irk: ble_store_value_local_irk,
pub csfc: ble_store_value_csfc,
}Expand description
Represents stored data. This union must be accompanied by an object type code to indicate which field is valid.
Fields§
§sec: ble_store_value_sec§cccd: ble_store_value_cccd§rpa_rec: ble_store_value_rpa_rec§local_irk: ble_store_value_local_irk§csfc: ble_store_value_csfcTrait Implementations§
Source§impl Clone for ble_store_value
impl Clone for ble_store_value
Source§fn clone(&self) -> ble_store_value
fn clone(&self) -> ble_store_value
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ble_store_value
Source§impl Default for ble_store_value
impl Default for ble_store_value
Source§fn default() -> ble_store_value
fn default() -> ble_store_value
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ble_store_value
impl RefUnwindSafe for ble_store_value
impl Send for ble_store_value
impl Sync for ble_store_value
impl Unpin for ble_store_value
impl UnsafeUnpin for ble_store_value
impl UnwindSafe for ble_store_value
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)