#[repr(C)]pub struct kasumi_key {
pub KLi1: [ulong32; 8],
pub KLi2: [ulong32; 8],
pub KOi1: [ulong32; 8],
pub KOi2: [ulong32; 8],
pub KOi3: [ulong32; 8],
pub KIi1: [ulong32; 8],
pub KIi2: [ulong32; 8],
pub KIi3: [ulong32; 8],
}Fields§
§KLi1: [ulong32; 8]§KLi2: [ulong32; 8]§KOi1: [ulong32; 8]§KOi2: [ulong32; 8]§KOi3: [ulong32; 8]§KIi1: [ulong32; 8]§KIi2: [ulong32; 8]§KIi3: [ulong32; 8]Trait Implementations§
Auto Trait Implementations§
impl Freeze for kasumi_key
impl RefUnwindSafe for kasumi_key
impl Send for kasumi_key
impl Sync for kasumi_key
impl Unpin for kasumi_key
impl UnwindSafe for kasumi_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