pub struct TinkPrfSet { /* private fields */ }Expand description
Opaque handle to a Tink PRF set. See PrfSet in tink-ffi for the safe wrapper.
Auto Trait Implementations§
impl Freeze for TinkPrfSet
impl RefUnwindSafe for TinkPrfSet
impl Send for TinkPrfSet
impl Sync for TinkPrfSet
impl Unpin for TinkPrfSet
impl UnwindSafe for TinkPrfSet
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