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