#[repr(C)]pub struct GapRootSecurityKeys {
pub erk: [u8; 16],
pub irk: [u8; 16],
}Fields§
§erk: [u8; 16]§irk: [u8; 16]Trait Implementations§
Source§impl Clone for GapRootSecurityKeys
impl Clone for GapRootSecurityKeys
Source§fn clone(&self) -> GapRootSecurityKeys
fn clone(&self) -> GapRootSecurityKeys
Returns a duplicate 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 Debug for GapRootSecurityKeys
impl Debug for GapRootSecurityKeys
impl Copy for GapRootSecurityKeys
Auto Trait Implementations§
impl Freeze for GapRootSecurityKeys
impl RefUnwindSafe for GapRootSecurityKeys
impl Send for GapRootSecurityKeys
impl Sync for GapRootSecurityKeys
impl Unpin for GapRootSecurityKeys
impl UnwindSafe for GapRootSecurityKeys
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