pub struct IoCap(/* private fields */);Expand description
Concatenated AuthReq, OOB data flag, and IO capability parameters used by
MacKey::f6 function ([Vol 3] Part H, Section 2.2.8).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IoCap
impl RefUnwindSafe for IoCap
impl Send for IoCap
impl Sync for IoCap
impl Unpin for IoCap
impl UnwindSafe for IoCap
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