#[repr(C)]pub struct ble_store_key_csfc {
pub peer_addr: ble_addr_t,
pub idx: u8,
}Expand description
Used as a key for lookups of stored client supported features characteristic (CSFC). This struct corresponds to the BLE_STORE_OBJ_TYPE_CSFC store object type.
Fields§
§peer_addr: ble_addr_tKey by peer identity address;
idx: u8Number of results to skip; 0 means retrieve the first match.
Trait Implementations§
Source§impl Clone for ble_store_key_csfc
impl Clone for ble_store_key_csfc
Source§fn clone(&self) -> ble_store_key_csfc
fn clone(&self) -> ble_store_key_csfc
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_key_csfc
Source§impl Debug for ble_store_key_csfc
impl Debug for ble_store_key_csfc
Source§impl Default for ble_store_key_csfc
impl Default for ble_store_key_csfc
Source§fn default() -> ble_store_key_csfc
fn default() -> ble_store_key_csfc
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ble_store_key_csfc
impl RefUnwindSafe for ble_store_key_csfc
impl Send for ble_store_key_csfc
impl Sync for ble_store_key_csfc
impl Unpin for ble_store_key_csfc
impl UnsafeUnpin for ble_store_key_csfc
impl UnwindSafe for ble_store_key_csfc
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)