pub struct MacKey(/* private fields */);Expand description
128-bit key used to compute LE Secure Connections check value ([Vol 3] Part H, Section 2.2.8).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MacKey
impl RefUnwindSafe for MacKey
impl Send for MacKey
impl Sync for MacKey
impl Unpin for MacKey
impl UnwindSafe for MacKey
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