#[repr(C)]pub struct noekeon_key {
pub K: [ulong32; 4],
pub dK: [ulong32; 4],
}Fields§
§K: [ulong32; 4]§dK: [ulong32; 4]Trait Implementations§
Auto Trait Implementations§
impl Freeze for noekeon_key
impl RefUnwindSafe for noekeon_key
impl Send for noekeon_key
impl Sync for noekeon_key
impl Unpin for noekeon_key
impl UnwindSafe for noekeon_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