Struct win_crypto_ng::symmetric::DynamicKeyBits
source · pub struct DynamicKeyBits;
Expand description
Key length known at run-time.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DynamicKeyBits
impl Send for DynamicKeyBits
impl Sync for DynamicKeyBits
impl Unpin for DynamicKeyBits
impl UnwindSafe for DynamicKeyBits
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