Struct nettle_sys::blowfish_ctx
source · #[repr(C)]pub struct blowfish_ctx {
pub s: [[u32; 256]; 4],
pub p: [u32; 18],
}
Fields§
§s: [[u32; 256]; 4]
§p: [u32; 18]
Trait Implementations§
source§impl Clone for blowfish_ctx
impl Clone for blowfish_ctx
source§fn clone(&self) -> blowfish_ctx
fn clone(&self) -> blowfish_ctx
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for blowfish_ctx
impl Debug for blowfish_ctx
impl Copy for blowfish_ctx
Auto Trait Implementations§
impl RefUnwindSafe for blowfish_ctx
impl Send for blowfish_ctx
impl Sync for blowfish_ctx
impl Unpin for blowfish_ctx
impl UnwindSafe for blowfish_ctx
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