pub struct StoredBond {
pub address_kind: u8,
pub address: [u8; 6],
pub irk: Option<[u8; 16]>,
pub ltk: [u8; 16],
pub security_level: u8,
pub is_bonded: bool,
}Fields§
§address_kind: u8§address: [u8; 6]§irk: Option<[u8; 16]>§ltk: [u8; 16]§security_level: u8§is_bonded: boolTrait Implementations§
Source§impl Clone for StoredBond
impl Clone for StoredBond
Source§fn clone(&self) -> StoredBond
fn clone(&self) -> StoredBond
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StoredBond
impl Debug for StoredBond
Source§impl PartialEq for StoredBond
impl PartialEq for StoredBond
impl Copy for StoredBond
impl Eq for StoredBond
impl StructuralPartialEq for StoredBond
Auto Trait Implementations§
impl Freeze for StoredBond
impl RefUnwindSafe for StoredBond
impl Send for StoredBond
impl Sync for StoredBond
impl Unpin for StoredBond
impl UnwindSafe for StoredBond
Blanket Implementations§
§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)