#[repr(C)]pub struct twofish_key {
pub S: [[ulong32; 256]; 4],
pub K: [ulong32; 40],
}Fields§
§S: [[ulong32; 256]; 4]§K: [ulong32; 40]Trait Implementations§
Source§impl Clone for twofish_key
impl Clone for twofish_key
impl Copy for twofish_key
Auto Trait Implementations§
impl Freeze for twofish_key
impl RefUnwindSafe for twofish_key
impl Send for twofish_key
impl Sync for twofish_key
impl Unpin for twofish_key
impl UnwindSafe for twofish_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