Struct ascon_aead::Parameters128
source · [−]pub struct Parameters128;Expand description
Parameters for Ascon-128
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Parameters128
impl Send for Parameters128
impl Sync for Parameters128
impl Unpin for Parameters128
impl UnwindSafe for Parameters128
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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