#[repr(C)]pub struct DES_ks {
pub subkeys: [[u32; 2]; 16],
}
Fields§
§subkeys: [[u32; 2]; 16]
Trait Implementations§
impl Copy for DES_ks
impl Eq for DES_ks
impl StructuralPartialEq for DES_ks
Auto Trait Implementations§
impl Freeze for DES_ks
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§
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