pub struct Aes256GcmSivConfig { /* private fields */ }
Implementations§
Source§impl Aes256GcmSivConfig
impl Aes256GcmSivConfig
pub fn set_hash_algorithm(&mut self, hash_algorithm: Algorithm)
pub fn set_hash_rounds(&mut self, hash_rounds: u32)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Aes256GcmSivConfig
impl RefUnwindSafe for Aes256GcmSivConfig
impl Send for Aes256GcmSivConfig
impl Sync for Aes256GcmSivConfig
impl Unpin for Aes256GcmSivConfig
impl UnwindSafe for Aes256GcmSivConfig
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