Struct dryoc::classic::crypto_onetimeauth::OnetimeauthState
source · pub struct OnetimeauthState { /* private fields */ }
Expand description
Internal state for crypto_onetimeauth
.
Auto Trait Implementations
impl RefUnwindSafe for OnetimeauthState
impl Send for OnetimeauthState
impl Sync for OnetimeauthState
impl Unpin for OnetimeauthState
impl UnwindSafe for OnetimeauthState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more