pub struct MacRef(/* private fields */);
Expand description
A reference to a [HmacCtx
].
Trait Implementations§
Source§impl ForeignTypeRef for MacRef
impl ForeignTypeRef for MacRef
impl Send for MacRef
impl Sync for MacRef
Auto Trait Implementations§
impl !Freeze for MacRef
impl !RefUnwindSafe for MacRef
impl Unpin for MacRef
impl UnwindSafe for MacRef
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