#[repr(C)]pub struct anubis_key {
pub keyBits: c_int,
pub R: c_int,
pub roundKeyEnc: [[ulong32; 4]; 19],
pub roundKeyDec: [[ulong32; 4]; 19],
}
Fields§
§keyBits: c_int
§R: c_int
§roundKeyEnc: [[ulong32; 4]; 19]
§roundKeyDec: [[ulong32; 4]; 19]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for anubis_key
impl RefUnwindSafe for anubis_key
impl Send for anubis_key
impl Sync for anubis_key
impl Unpin for anubis_key
impl UnwindSafe for anubis_key
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