Struct scratchstack_wrapper_aws_lc::DES_ks
source · Fields
subkeys: [[u32; 2]; 16]
Trait Implementations
impl Copy for DES_ks
impl Eq for DES_ks
impl StructuralEq for DES_ks
impl StructuralPartialEq for DES_ks
Auto Trait Implementations
impl RefUnwindSafe for DES_ks
impl Send for DES_ks
impl Sync for DES_ks
impl Unpin for DES_ks
impl UnwindSafe for DES_ks
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